Francesco Romani has uploaded a new change for review. Change subject: vm: add support for "Crashed" event ......................................................................
vm: add support for "Crashed" event Libvirt recently added this event. We seen this first on libvirt 1.2.17 on ppc64le. Change-Id: I96e98cf7dc9c2c9e7507cc39e181fb2953032989 Related-To: https://bugzilla.redhat.com/1273891 Backport-To: 3.6 Signed-off-by: Francesco Romani <[email protected]> --- M vdsm/virt/vm.py 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/94/48594/1 diff --git a/vdsm/virt/vm.py b/vdsm/virt/vm.py index 7dd0247..6ea0ff3 100644 --- a/vdsm/virt/vm.py +++ b/vdsm/virt/vm.py @@ -167,6 +167,7 @@ "Stopped", "Shutdown", "PM-Suspended", + "Crashed", ) -- To view, visit https://gerrit.ovirt.org/48594 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I96e98cf7dc9c2c9e7507cc39e181fb2953032989 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Francesco Romani <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
