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
This commit is contained in:
parent
bdc49fb621
commit
6ce1063384
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user