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

2016-03-01 Thread Jiri Denemark
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

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

2016-03-01 Thread Pavel Hrdina
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

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

2016-02-29 Thread Jiri Denemark
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