Re: [libvirt] [PATCH] qemu: Un-mark volume as mirrored/copied if blockjob copy fails

2013-03-21 Thread Peter Krempa
On 03/20/13 18:24, Eric Blake wrote: On 03/20/2013 09:53 AM, Peter Krempa wrote: When the blockjob fails for some reason an event is emitted but the disk wasn't unmarked as being part of a active block copy operation. --- src/qemu/qemu_process.c | 3 +++ 1 file changed, 3 insertions(+) diff

[libvirt] [PATCH] qemu: Un-mark volume as mirrored/copied if blockjob copy fails

2013-03-20 Thread Peter Krempa
When the blockjob fails for some reason an event is emitted but the disk wasn't unmarked as being part of a active block copy operation. --- src/qemu/qemu_process.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/qemu/qemu_process.c b/src/qemu/qemu_process.c index 2465938..ada864b

Re: [libvirt] [PATCH] qemu: Un-mark volume as mirrored/copied if blockjob copy fails

2013-03-20 Thread Eric Blake
On 03/20/2013 09:53 AM, Peter Krempa wrote: When the blockjob fails for some reason an event is emitted but the disk wasn't unmarked as being part of a active block copy operation. --- src/qemu/qemu_process.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/qemu/qemu_process.c