2016-11-21 05:47:48 +08:00
|
|
|
===========
|
|
|
|
volume host
|
|
|
|
===========
|
|
|
|
|
|
|
|
Volume v2
|
|
|
|
|
2016-12-14 21:14:17 +08:00
|
|
|
volume host failover
|
|
|
|
--------------------
|
|
|
|
|
|
|
|
Failover volume host to different backend
|
|
|
|
|
|
|
|
.. program:: volume host failover
|
|
|
|
.. code:: bash
|
|
|
|
|
|
|
|
openstack volume host failover
|
|
|
|
--volume-backend <backend-id>
|
|
|
|
<host-name>
|
|
|
|
|
|
|
|
.. option:: --volume-backend <backend-id>
|
|
|
|
|
|
|
|
The ID of the volume backend replication
|
|
|
|
target where the host will failover to (required)
|
|
|
|
|
|
|
|
.. _volume_host_failover-host-name:
|
|
|
|
.. describe:: <host-name>
|
|
|
|
|
|
|
|
Name of volume host
|
|
|
|
|
2016-11-21 05:47:48 +08:00
|
|
|
volume host set
|
|
|
|
---------------
|
|
|
|
|
|
|
|
Set volume host properties
|
|
|
|
|
|
|
|
.. program:: volume host set
|
|
|
|
.. code:: bash
|
|
|
|
|
2016-12-20 09:26:15 +08:00
|
|
|
openstack volume host set
|
2016-11-21 05:47:48 +08:00
|
|
|
[--enable | --disable]
|
|
|
|
<host-name>
|
|
|
|
|
|
|
|
.. option:: --enable
|
|
|
|
|
2016-12-14 21:14:17 +08:00
|
|
|
Thaw and enable the specified volume host.
|
2016-11-21 05:47:48 +08:00
|
|
|
|
|
|
|
.. option:: --disable
|
|
|
|
|
|
|
|
Freeze and disable the specified volume host
|
|
|
|
|
2016-12-14 21:14:17 +08:00
|
|
|
.. _volume_host_set-host-name:
|
2016-11-21 05:47:48 +08:00
|
|
|
.. describe:: <host-name>
|
|
|
|
|
|
|
|
Name of volume host
|