71e6d44476
Add "volume host set" command in volume v2 to support freeze(disable) and thaw(enable) the specified cinder-volume host Change-Id: Iee1604d72f9eccd9e327b0ef8d345909a733a647 Implements: bp cinder-command-support
31 lines
443 B
ReStructuredText
31 lines
443 B
ReStructuredText
===========
|
|
volume host
|
|
===========
|
|
|
|
Volume v2
|
|
|
|
volume host set
|
|
---------------
|
|
|
|
Set volume host properties
|
|
|
|
.. program:: volume host set
|
|
.. code:: bash
|
|
|
|
os volume host set
|
|
[--enable | --disable]
|
|
<host-name>
|
|
|
|
.. option:: --enable
|
|
|
|
Thaw and enable the specified volume host
|
|
|
|
.. option:: --disable
|
|
|
|
Freeze and disable the specified volume host
|
|
|
|
.. _volume-host-set:
|
|
.. describe:: <host-name>
|
|
|
|
Name of volume host
|