Displaying 2 results from an estimated 2 matches for "vir_domain_event_suspended_paus".
Did you mean:
vir_domain_event_suspended_paused
2020 Jan 21
2
How to detect completion of a paused VM migration on the destination?
Hi,
when a normally running VM is migrated, libvirt sends
VIR_DOMAIN_EVENT_RESUMED_MIGRATED event on the destination once the
migration completes. I can see that when a paused VM is migrated,
libvirt sends VIR_DOMAIN_EVENT_SUSPENDED_PAUSED instead.
Since there seems to be nothing migration specific about
VIR_DOMAIN_EVENT_SUSPENDED_PAUSED event, my question is: Is it safe to
assume on the destination that this event signals completion of the
incoming migration (unless VIR_DOMAIN_EVENT_RESUMED_MIGRATED is received
before)?
Thanks,...
2020 Jan 22
0
Re: How to detect completion of a paused VM migration on the destination?
On 1/21/20 3:28 PM, Milan Zamazal wrote:
> Hi,
>
> when a normally running VM is migrated, libvirt sends
> VIR_DOMAIN_EVENT_RESUMED_MIGRATED event on the destination once the
> migration completes. I can see that when a paused VM is migrated,
> libvirt sends VIR_DOMAIN_EVENT_SUSPENDED_PAUSED instead.
>
> Since there seems to be nothing migration specific about
> VIR_DOMAIN_EVENT_SUSPENDED_PAUSED event, my question is: Is it safe to
> assume on the destination that this event signals completion of the
> incoming migration (unless VIR_DOMAIN_EVENT_RESUMED_MIGRATED is re...