From ba7f1a4e44f068b567c2b85110b4afcd5665a637 Mon Sep 17 00:00:00 2001 From: haixin Date: Wed, 10 Nov 2021 09:59:36 +0800 Subject: [PATCH] [doc] update cli doc about extend share Change-Id: I0122c33cb967f5674ffb10adb07864d379d79d7f --- doc/source/cli/manila.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/source/cli/manila.rst b/doc/source/cli/manila.rst index 3fcffd8d24..77388d2e39 100644 --- a/doc/source/cli/manila.rst +++ b/doc/source/cli/manila.rst @@ -795,7 +795,7 @@ manila extend .. code-block:: console - usage: manila extend + usage: manila extend [--wait] [--force] Increases the size of an existing share. @@ -807,6 +807,14 @@ Increases the size of an existing share. ```` New size of share, in GiBs. +**Optional arguments:** + +``--wait`` + Wait for share extension. + +``--force`` + Extend share directly and not go through scheduler. + .. _manila_extra-specs-list: manila extra-specs-list