-
Notifications
You must be signed in to change notification settings - Fork 484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature] implement crash detection for qemu vms #4332
Open
philfry
wants to merge
152
commits into
OpenNebula:master
Choose a base branch
from
philfry:feature_crash_detection
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
philfry
force-pushed
the
feature_crash_detection
branch
3 times, most recently
from
March 10, 2020 13:49
83c2f72
to
54521c9
Compare
7 tasks
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 <[email protected]>
Avoid reusing global `vm` var in threads.
Signed-off-by: Frederick Borges <[email protected]>
Authors - Jorge Logo [email protected] - Sergio Betanzos [email protected]
Signed-off-by: Frederick Borges <[email protected]>
…penNebula#49) Signed-off-by: Frederick Borges <[email protected]>
…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)
philfry
force-pushed
the
feature_crash_detection
branch
2 times, most recently
from
August 25, 2020 11:15
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 <[email protected]>
* POST oneflow fireedge * schemas oneflow fireedge * http code accepted Signed-off-by: Jorge Lobo <[email protected]>
* 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 <[email protected]> Co-authored-by: Jorge Lobo <[email protected]> (cherry picked from commit 3c3b237)
* Add upgradeable app styles * Add routing transition effect
(cherry picked from commit 7a00d16631e8a3611c1cfdb60a7131e4bf1273fe)
Signed-off-by: Carlos Herrera <[email protected]>
…ula#174) Signed-off-by: Ricardo Diaz <[email protected]>
* Fix switcher component * Fix header styles * Add popover component in header
(cherry picked from commit c4c98e2)
Signed-off-by: Philippe Kueck <[email protected]>
philfry
force-pushed
the
feature_crash_detection
branch
from
September 8, 2020 13:30
0937a12
to
6dc7388
Compare
rsmontero
force-pushed
the
master
branch
2 times, most recently
from
December 14, 2021 11:20
bdce88d
to
14635f2
Compare
rsmontero
force-pushed
the
master
branch
2 times, most recently
from
January 16, 2024 18:31
339f9c9
to
1cf07c3
Compare
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: