diff options
author | Takashi NATSUME <natsume.takashi@lab.ntt.co.jp> | 2019-05-27 13:02:08 +0900 |
---|---|---|
committer | Takashi NATSUME <natsume.takashi@lab.ntt.co.jp> | 2019-05-27 13:11:23 +0900 |
commit | 6ce10633849cae65e9388eb75d7f0455c9d9a121 (patch) | |
tree | 21d3c92d28e8e30caab5a50916fb3bd81dcc7fe3 /doc | |
parent | bdc49fb62129190662603a22d9fd10a2beff7e5d (diff) | |
download | python-novaclient-6ce10633849cae65e9388eb75d7f0455c9d9a121.tar.gz |
Add a description of --on-shared-storage
Add a description of --on-shared-storage option
in the 'nova evacuate' command in the CLI reference.
Change-Id: I4069b804b434b70ee6d0098831af748e47913ce3
Closes-Bug: #1829932
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/cli/nova.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/source/cli/nova.rst b/doc/source/cli/nova.rst index e8078679..1fb28798 100644 --- a/doc/source/cli/nova.rst +++ b/doc/source/cli/nova.rst @@ -1258,7 +1258,7 @@ nova evacuate .. code-block:: console - usage: nova evacuate [--password <password>] [--force] <server> [<host>] + usage: nova evacuate [--password <password>] [--on-shared-storage] [--force] <server> [<host>] Evacuate server from failed host. @@ -1278,6 +1278,10 @@ Evacuate server from failed host. server. Not applicable if the server is on shared storage. +``--on-shared-storage`` + Specifies whether server files are located on shared + storage. (Supported by API versions '2.0' - '2.13') + ``--force`` Force an evacuation by not verifying the provided destination host by the scheduler. (Supported by API versions '2.29' - '2.67') |