Home
last modified time | relevance | path

Searched defs:force_host_copy (Results 1 – 8 of 8) sorted by relevance

/dports/net/py-python-cinderclient/python-cinderclient-7.2.0/cinderclient/v3/
H A Dvolumes.py54 def migrate_volume(self, host, force_host_copy, lock_volume, cluster=None): argument
209 def migrate_volume(self, volume, host, force_host_copy, lock_volume, argument
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/dashboards/admin/volumes/
H A Dforms.py178 force_host_copy = forms.BooleanField(label=_("Force Host Copy"), variable in MigrateVolume
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/api/contrib/
H A Dtest_admin_actions.py533 force_host_copy=False, version=None, argument
590 force_host_copy=False): argument
/dports/net/py-python-cinderclient/python-cinderclient-7.2.0/cinderclient/v2/
H A Dvolumes.py178 def migrate_volume(self, host, force_host_copy, lock_volume): argument
532 def migrate_volume(self, volume, host, force_host_copy, lock_volume): argument
/dports/misc/py-cinder/cinder-12.0.10/cinder/scheduler/
H A Dmanager.py265 def migrate_volume_to_host(self, context, volume, host, force_host_copy, argument
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/
H A Drpcapi.py251 def migrate_volume(self, ctxt, volume, dest_backend, force_host_copy): argument
H A Dmanager.py2372 def migrate_volume(self, ctxt, volume, host, force_host_copy=False, argument
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/api/
H A Dcinder.py481 def volume_migrate(request, volume_id, host, force_host_copy=False, argument