]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Support <disk device='lun'> for iSCSI direct mapped volumes
authorPeter Krempa <pkrempa@redhat.com>
Mon, 2 May 2016 12:47:18 +0000 (14:47 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 9 May 2016 11:16:26 +0000 (13:16 +0200)
commit82ba41108acd0f3fc99f62effc7422a1e1e7c944
treeb526818b6862db398ba54689d68b4e5baa3d6523
parent5e9d56f83fad5cb80ae14567577b02a492c90a7d
qemu: Support <disk device='lun'> for iSCSI direct mapped volumes

Commit c820fbff9fbfe1f2549a5b60967496587f8d8bfc added support for iSCSI
disk as backing for <disk device='lun'>. We would not use it for a disk
type="volume" with direct access mode which basically maps to direct
iSCSI usage. Fix it by adding the storage source type accessor that
resolves the volume type.
src/qemu/qemu_command.c