]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: snapshot: Forbid snapshots of iSCSI passthrough devices
authorPeter Krempa <pkrempa@redhat.com>
Fri, 18 Jul 2014 09:07:01 +0000 (11:07 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 18 Jul 2014 15:20:51 +0000 (17:20 +0200)
commit1f4933f0f40446136b290694a276cf29df567dfe
tree7ee5d90ed0b43bca30ead4d462ab53d0c340f0b2
parent2a483038009d0e4136af4edb045d5902ec102aa8
qemu: snapshot: Forbid snapshots of iSCSI passthrough devices

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