Re: [libvirt] [PATCH 1/2] qemu: snapshot: Check for block jobs individually

2015-03-30 Thread Eric Blake
On 03/30/2015 12:50 PM, Peter Krempa wrote: If any disk of a VM was involved in a (copy) block job we refused to do a snapshot. As not only copy jobs interlock snapshots and the interlocking is applicable to individual disks only we can make the check in a more individual fashion and interlock

[libvirt] [PATCH 1/2] qemu: snapshot: Check for block jobs individually

2015-03-30 Thread Peter Krempa
If any disk of a VM was involved in a (copy) block job we refused to do a snapshot. As not only copy jobs interlock snapshots and the interlocking is applicable to individual disks only we can make the check in a more individual fashion and interlock all block job types supported by libvirt.