]> xenbits.xensource.com Git - libvirt.git/commit
ESX: add virStorageVolGetInfo in iSCSI backend.
authorDawid Zamirski <dzamirski@dattobackup.com>
Fri, 25 Apr 2014 18:20:41 +0000 (14:20 -0400)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Sat, 10 May 2014 15:35:03 +0000 (17:35 +0200)
commit77e7a75a8b505e8c46630b4c279aec13fc26a464
treee31f8d7037f3ac8e2627dd8cfcd36f1e4fd3885b
parente1e4483c90442a2125cbf94dc28bf61eab0b1485
ESX: add virStorageVolGetInfo in iSCSI backend.

Since the ESX storage implements VMFS and iSCSI storage backends and
chooses relevant backend dynamically at runtime, there was a segfault
when issuing vol-info on iSCSI volume due to unimplemented
virStorageGetInfo function. This patch implements that function that was
missing in iSCSI backend and returns expected result without a segfault.
src/esx/esx_storage_backend_iscsi.c