Re: [libvirt] [PATCH 5/5] qemu: Avoid dangling migration-out job when client dies

2012-03-21 Thread Jiri Denemark
On Tue, Mar 20, 2012 at 16:33:49 -0600, Eric Blake wrote: On 03/19/2012 10:19 AM, Jiri Denemark wrote: When a client which started non-p2p migration dies in a bad time, the source libvirtd never clears the migration job and almost nothing can be done with the domain without restarting the

Re: [libvirt] [PATCH 5/5] qemu: Avoid dangling migration-out job when client dies

2012-03-20 Thread Eric Blake
On 03/19/2012 10:19 AM, Jiri Denemark wrote: When a client which started non-p2p migration dies in a bad time, the source libvirtd never clears the migration job and almost nothing can be done with the domain without restarting the daemon. This patch makes use of connection close callbacks and

[libvirt] [PATCH 5/5] qemu: Avoid dangling migration-out job when client dies

2012-03-19 Thread Jiri Denemark
When a client which started non-p2p migration dies in a bad time, the source libvirtd never clears the migration job and almost nothing can be done with the domain without restarting the daemon. This patch makes use of connection close callbacks and ensures that migration job is properly discarded