Re: [libvirt] [PATCH] qemu: Clear async job when p2p migration fails early

2012-10-17 Thread Jiri Denemark
On Wed, Oct 17, 2012 at 14:34:25 +0200, Peter Krempa wrote: > On 10/17/12 14:29, Jiri Denemark wrote: > > When p2p migration fails early because qemuMigrationIsAllowed or > > qemuMigrationIsSafe say migration should be cancelled, we fail to clear > > the migration-out async job. As a result of that

Re: [libvirt] [PATCH] qemu: Clear async job when p2p migration fails early

2012-10-17 Thread Jiri Denemark
On Wed, Oct 17, 2012 at 14:29:04 +0200, Jiri Denemark wrote: > When p2p migration fails early because qemuMigrationIsAllowed or > qemuMigrationIsSafe say migration should be cancelled, we fail to clear > the migration-out async job. As a result of that, further APIs called > for the same domain may

Re: [libvirt] [PATCH] qemu: Clear async job when p2p migration fails early

2012-10-17 Thread Peter Krempa
On 10/17/12 14:29, Jiri Denemark wrote: When p2p migration fails early because qemuMigrationIsAllowed or qemuMigrationIsSafe say migration should be cancelled, we fail to clear the migration-out async job. As a result of that, further APIs called for the same domain may fail with Timed out during

[libvirt] [PATCH] qemu: Clear async job when p2p migration fails early

2012-10-17 Thread Jiri Denemark
When p2p migration fails early because qemuMigrationIsAllowed or qemuMigrationIsSafe say migration should be cancelled, we fail to clear the migration-out async job. As a result of that, further APIs called for the same domain may fail with Timed out during operation: cannot acquire state change lo