[feature] implement crash detection for qemu vms#4332
Open
philfry wants to merge 152 commits intoOpenNebula:masterfrom
Open
[feature] implement crash detection for qemu vms#4332philfry wants to merge 152 commits intoOpenNebula:masterfrom
philfry wants to merge 152 commits intoOpenNebula:masterfrom
Conversation
83c2f72 to
54521c9
Compare
7 tasks
Author
|
Since DCO is complaining: What's the correct way to handle long email addresses that cause the signed-off-by-line to exceed 78 chars? Is a line break okay? |
…cted (OpenNebula#4931) Co-authored-by: mouyaq <amoya@opennebula.io>
Avoid reusing global `vm` var in threads.
Signed-off-by: Frederick Borges <fborges@opennebula.io>
Authors - Jorge Logo jlobo@opennebula.io - Sergio Betanzos sbetanzos@opennebula.io
Signed-off-by: Frederick Borges <fborges@opennebula.io>
…penNebula#49) Signed-off-by: Frederick Borges <fborges@opennebula.io>
…penNebula#160) Note: Branch 5.12 didn't really suffer from the similar problem in 5.10, as here "saving" reason is considered as UNKNOWN state for which we don't collect the I/O statistics. This change only aligns with previous behaviour to consider "saving" as RUNNING state, and explicitly lists few RUNNING reasons (including new "saving") to skip monitoring for. It's more a polishment, than a real bugfix. (cherry picked from commit 5b25744)
09c560c to
0937a12
Compare
…#159) * Fix actions and commands * Add effective group login and switcher * Fix sidebar component * Fix header component and test api * Add pool actions and system section * Remove package lock json
Signed-off-by: Jorge Lobo <jlobo@opennebula.io>
* POST oneflow fireedge * schemas oneflow fireedge * http code accepted Signed-off-by: Jorge Lobo <jlobo@opennebula.io>
* Fix sidebar component * Add responsive sidebar * Update internal grid layout
(cherry picked from commit 734bc15)
* F OpenNebula#3951: Update app layouts and router * F OpenNebula#3951: Fix footer component * F OpenNebula#3951: Add loading screen & update sidebar * F OpenNebula#3951: Add responsiveness to sidebar
Signed-off-by: Jorge Lobo <jlobo@opennebula.io> Co-authored-by: Jorge Lobo <jlobo@opennebula.systems> (cherry picked from commit 3c3b237)
* Add upgradeable app styles * Add routing transition effect
(cherry picked from commit 7a00d16631e8a3611c1cfdb60a7131e4bf1273fe)
Signed-off-by: Carlos Herrera <cherrera@opennebula.io>
…ula#174) Signed-off-by: Ricardo Diaz <rdiaz@opennebula.io>
* Fix switcher component * Fix header styles * Add popover component in header
(cherry picked from commit c4c98e2)
Signed-off-by: Philippe Kueck <philfry@users.noreply.github.com>
0937a12 to
6dc7388
Compare
bdce88d to
14635f2
Compare
339f9c9 to
1cf07c3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi all,
right now afaik OpenNebula is unable to tell whether a qemu-VM has crashed.
This PR adds the ability to detect VM crashes/panics and to define what action should be taken.
If set, an isa-panic-device is added to the vm as well as the on_crash-action itself: