]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Give iSCSI and disk storage backend drivers the
authorChris Lalancette <clalance@redhat.com>
Mon, 3 Nov 2008 11:37:11 +0000 (11:37 +0000)
committerChris Lalancette <clalance@redhat.com>
Mon, 3 Nov 2008 11:37:11 +0000 (11:37 +0000)
commit17a9e03cd17813e93f78a3b6071dd6ee739a10e0
tree362d8997c000dbd04f78f7129b754438b494a26d
parent7d3041aff3855365f9e393aadc489b8475eaeba5
Give iSCSI and disk storage backend drivers the
ability to resolve any kind of volume path to the pool target volume
path.  For instance, if the pool was defined with a
<target><path>/dev/disk/by-id</path></target> section, and one of the
volumes is /dev/disk/by-id/scsi-S_beaf11, then you would be able to
call virStorageVolLookupByPath("/dev/sdc"), and get the correct volume
back.

Signed-off-by: Chris Lalancette <clalance@redhat.com>
ChangeLog
src/storage_backend.c
src/storage_backend.h
src/storage_backend_disk.c
src/storage_backend_iscsi.c
src/storage_driver.c