Re: [libvirt] [PATCH v2 10/12] esx: split scsilunToStorageVol helper

2019-12-17 Thread Cole Robinson
On 11/15/19 7:40 AM, Pino Toscano wrote: > Move the creation of a virStorageVolPtr object from the esxVI_ScsiLun > object of a SCSI lun out of esxStorageVolLookupByName and > esxStorageVolLookupByPath in an own helper. This way it can be used > also in other functions. > > Signed-off-by: Pino Tosc

[libvirt] [PATCH v2 10/12] esx: split scsilunToStorageVol helper

2019-11-15 Thread Pino Toscano
Move the creation of a virStorageVolPtr object from the esxVI_ScsiLun object of a SCSI lun out of esxStorageVolLookupByName and esxStorageVolLookupByPath in an own helper. This way it can be used also in other functions. Signed-off-by: Pino Toscano --- src/esx/esx_storage_backend_iscsi.c | 60 ++