mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-07-17 00:59:36 +03:00
Add daemon to list of shutdown reasons
Add the support to work with libvirt commit 66a85cb13. Signed-off-by: Philipp Hahn <hahn@univention.de>
This commit is contained in:
committed by
Michal Privoznik
parent
8f745819c9
commit
389cc9d0c7
@ -497,7 +497,7 @@ DOM_EVENTS = Description(
|
||||
("Started", ("Booted", "Migrated", "Restored", "Snapshot", "Wakeup")),
|
||||
("Suspended", ("Paused", "Migrated", "IOError", "Watchdog", "Restored", "Snapshot", "API error", "Postcopy", "Postcopy failed")),
|
||||
("Resumed", ("Unpaused", "Migrated", "Snapshot", "Postcopy")),
|
||||
("Stopped", ("Shutdown", "Destroyed", "Crashed", "Migrated", "Saved", "Failed", "Snapshot")),
|
||||
("Stopped", ("Shutdown", "Destroyed", "Crashed", "Migrated", "Saved", "Failed", "Snapshot", "Daemon")),
|
||||
("Shutdown", ("Finished", "On guest request", "On host request")),
|
||||
("PMSuspended", ("Memory", "Disk")),
|
||||
("Crashed", ("Panicked",)),
|
||||
|
Reference in New Issue
Block a user