Home
last modified time | relevance | path

Searched refs:volume_host (Results 1 – 12 of 12) sorted by relevance

/dports/net/py-python-openstackclient/python-openstackclient-5.2.1/openstackclient/tests/unit/volume/v2/
H A Dtest_volume_host.py16 from openstackclient.volume.v2 import volume_host
39 self.cmd = volume_host.SetVolumeHost(self.app, None)
100 self.cmd = volume_host.FailoverVolumeHost(self.app, None)
/dports/misc/py-cinder/cinder-12.0.10/cinder/backup/
H A Drpcapi.py61 def restore_backup(self, ctxt, volume_host, backup, volume_id): argument
63 cctxt = self._get_cctxt(server=volume_host)
H A Dapi.py231 volume_host = volume_utils.extract_host(volume.host, 'host')
233 volume_host, volume.availability_zone)
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/kinfu/src/
H A Dtsdf_volume.cpp149 std::vector<int> volume_host; in fetchCloudHost() local
150 volume_.download (volume_host, cols); in fetchCloudHost()
157 #define FETCH(x, y, z) volume_host[(x) + (y) * volume_x + (z) * volume_y * volume_x] in fetchCloudHost()
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/fusionstorage/
H A Ddsware.py128 def _create_volume(self, volume_id, volume_size, is_thin, volume_host): argument
139 pool_info = self._get_poolid_from_host(volume_host)
165 volume_host = volume.host
169 self._create_volume(volume_id, volume_size, is_thin, volume_host)
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/backup/
H A Dtest_rpcapi.py44 volume_host='fake_volume_host',
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/kinfu_large_scale/src/
H A Dtsdf_volume.cpp160 std::vector<int> volume_host; in fetchCloudHost() local
161 volume_.download (volume_host, cols); in fetchCloudHost()
168 #define FETCH(x, y, z) volume_host[(x) + (y) * volume_x + (z) * volume_y * volume_x] in fetchCloudHost()
/dports/misc/py-cinder/cinder-12.0.10/cinder/objects/
H A Dvolume_attachment.py63 def volume_host(self): member in VolumeAttachment
/dports/net/py-python-openstackclient/python-openstackclient-5.2.1/
H A Dsetup.cfg608 volume_host_failover = openstackclient.volume.v2.volume_host:FailoverVolumeHost
609 volume_host_set = openstackclient.volume.v2.volume_host:SetVolumeHost
671 volume_host_set = openstackclient.volume.v2.volume_host:SetVolumeHost
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/ibm/ibm_storage/
H A Dxiv_proxy.py1210 volume_host = volume.host.split('_')[1]
1211 if dest != strings.XIV_BACKEND_PREFIX or dest_host != volume_host:
1508 volume_host = volume.get('host').split('_')[1]
1509 if (dest != strings.XIV_BACKEND_PREFIX or dest_host != volume_host):
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/hpe/
H A Dhpe_3par_common.py2293 def _get_model_update(self, volume_host, cpg, replication=False, argument
2313 host = volume_utils.extract_host(volume_host, 'backend')
2315 if volume_host != host_and_pool:
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/drivers/hpe/
H A Dtest_hpe3par.py2711 volume_host = volume_utils.append_host(host, pool)
2714 volume['host'] = volume_host