Home
last modified time | relevance | path

Searched refs:map_vol_to_host (Results 1 – 5 of 5) sorted by relevance

/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/inspur/instorage/
H A Dinstorage_iscsi.py116 lun_id = self._assistant.map_vol_to_host(volume_name,
H A Dinstorage_common.py2075 def map_vol_to_host(self, volume_name, host_name, multihostmap): member in InStorageAssistant
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/ibm/storwize_svc/
H A Dstorwize_svc_fc.py195 lun_id = backend_helper.map_vol_to_host(volume_name, host_name,
H A Dstorwize_svc_iscsi.py195 lun_id = backend_helper.map_vol_to_host(volume_name, host_name,
H A Dstorwize_svc_common.py1172 def map_vol_to_host(self, volume_name, host_name, multihostmap): member in StorwizeHelpers