[libvirt] [PATCH] qemu: Don't try to fetch migration stats on destination

Jiri Denemark jdenemar at redhat.com
Tue Mar 1 15:17:28 UTC 2016


On Tue, Mar 01, 2016 at 15:18:37 +0100, Pavel Hrdina wrote:
> On Mon, Feb 29, 2016 at 01:01:54PM +0100, Jiri Denemark wrote:
> > Migration statistics are not available on the destination host and
> > starting a query job during incoming migration is not allowed. Trying to
> > do that would result in
> > 
> >     Timed out during operation: cannot acquire state change lock (held
> >     by remoteDispatchDomainMigratePrepare3Params)
> > 
> > error. We should not even try to start the job.
> > 
> > https://bugzilla.redhat.com/show_bug.cgi?id=1278727
> > 
> > Signed-off-by: Jiri Denemark <jdenemar at redhat.com>
> > ---
> >  src/qemu/qemu_driver.c | 13 ++++++++++---
> >  1 file changed, 10 insertions(+), 3 deletions(-)
> 
> ACK

Thanks, pushed.

Jirka




More information about the libvir-list mailing list