diff --git a/doc/source/cli/nova.rst b/doc/source/cli/nova.rst index e80786795..1fb287983 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 ] [--force] [] + usage: nova evacuate [--password ] [--on-shared-storage] [--force] [] 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')