Re: [libvirt] [PATCH] blockjob: wait for pivot to complete

2014-07-16 Thread Peter Krempa
On 07/14/14 18:18, Eric Blake wrote: https://bugzilla.redhat.com/show_bug.cgi?id=1119173 documents that commit eaba79d was flawed in the implementation of the VIR_DOMAIN_BLOCK_JOB_ABORT_ASYNC flag when it comes to completing a blockcopy. Basically, the qemu pivot action is async (the QMP

Re: [libvirt] [PATCH] blockjob: wait for pivot to complete

2014-07-16 Thread Eric Blake
On 07/16/2014 07:19 AM, Peter Krempa wrote: On 07/14/14 18:18, Eric Blake wrote: https://bugzilla.redhat.com/show_bug.cgi?id=1119173 documents that commit eaba79d was flawed in the implementation of the VIR_DOMAIN_BLOCK_JOB_ABORT_ASYNC flag when it comes to completing a blockcopy. Basically,

[libvirt] [PATCH] blockjob: wait for pivot to complete

2014-07-14 Thread Eric Blake
https://bugzilla.redhat.com/show_bug.cgi?id=1119173 documents that commit eaba79d was flawed in the implementation of the VIR_DOMAIN_BLOCK_JOB_ABORT_ASYNC flag when it comes to completing a blockcopy. Basically, the qemu pivot action is async (the QMP command returns immediately, but the user