mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Introduce VIR_DOMAIN_RUNNING_POSTCOPY_FAILED
This new "post-copy failed" reason for the running state will be used on the destination host when post-copy migration fails while the domain is already running there. Signed-off-by: Jiri Denemark <jdenemar@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
@@ -93,7 +93,8 @@ VIR_ENUM_IMPL(virshDomainEventResumed,
|
||||
N_("Unpaused"),
|
||||
N_("Migrated"),
|
||||
N_("Snapshot"),
|
||||
N_("Post-copy"));
|
||||
N_("Post-copy"),
|
||||
N_("Post-copy Error"));
|
||||
|
||||
VIR_ENUM_DECL(virshDomainEventStopped);
|
||||
VIR_ENUM_IMPL(virshDomainEventStopped,
|
||||
|
||||
@@ -166,6 +166,7 @@ VIR_ENUM_IMPL(virshDomainRunningReason,
|
||||
N_("event wakeup"),
|
||||
N_("crashed"),
|
||||
N_("post-copy"),
|
||||
N_("post-copy failed"),
|
||||
);
|
||||
|
||||
VIR_ENUM_DECL(virshDomainBlockedReason);
|
||||
|
||||
Reference in New Issue
Block a user