
18 Jul
2014
18 Jul
'14
11:33 a.m.
On 07/18/14 15:24, Eric Blake wrote:
On 07/18/2014 03:22 AM, Peter Krempa wrote:
As with the local SCSI passthrough devicesm qemu can't support snapshots on those as the block ops are handled by the device. This is also true for iSCSI backing of the disk. Remove the check for the local block device and just forbid snapshot when the disk is of type 'lun'.
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1073368 --- src/qemu/qemu_driver.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
ACK
Thanks; Series pushed. Peter