Re: [libvirt] [PATCH 3/8] qemu: Support for iSCSI direct mapped volumes

2016-05-06 Thread John Ferlan
On 05/02/2016 10:32 AM, Peter Krempa wrote: > Commit c820fbff9fbfe1f2549a5b60967496587f8d8bfc added support for iSCSI > disk as backing for . 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 ty

[libvirt] [PATCH 3/8] qemu: Support for iSCSI direct mapped volumes

2016-05-02 Thread Peter Krempa
Commit c820fbff9fbfe1f2549a5b60967496587f8d8bfc added support for iSCSI disk as backing for . 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/qe