diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-02-18 06:25:10 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-02-18 06:25:10 +0000 |
| commit | 1b4605e4add3823f293d3ad063359787a469c52e (patch) | |
| tree | 54ff0d5b58419b06feb807bed9511512a273ca67 /doc/source/command-objects | |
| parent | c88975136d675c947167533191b75c849cd0a1b5 (diff) | |
| parent | 55195cec46fadd88f6151783b1e17557d5e94940 (diff) | |
| download | python-openstackclient-1b4605e4add3823f293d3ad063359787a469c52e.tar.gz | |
Merge "Add "volume host failover" command"
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/volume-host.rst | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/doc/source/command-objects/volume-host.rst b/doc/source/command-objects/volume-host.rst index a225e53e..1e513cb7 100644 --- a/doc/source/command-objects/volume-host.rst +++ b/doc/source/command-objects/volume-host.rst @@ -4,6 +4,28 @@ volume host Volume v2 +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 + volume host set --------------- @@ -18,13 +40,13 @@ Set volume host properties .. option:: --enable - Thaw and enable the specified volume host + Thaw and enable the specified volume host. .. option:: --disable Freeze and disable the specified volume host -.. _volume-host-set: +.. _volume_host_set-host-name: .. describe:: <host-name> Name of volume host |
