Fix the note of API version in admin doc.
Now, both V2 and V3 API support consistency groups, incremental/force flags in backup and get-pools. This patch corrects these nits. doc trivial fix Change-Id: Ic1b500dc84424593e8789f4ffed1900f3acb1c3c
This commit is contained in:
parent
b8a5ff5d7e
commit
455062a51a
@ -11,7 +11,7 @@ group operations can be performed using the Block Storage command line.
|
||||
|
||||
.. note::
|
||||
|
||||
Only Block Storage V2 API supports consistency groups. You can
|
||||
Block Storage API supports consistency groups since V2 version. You can
|
||||
specify ``--os-volume-api-version 2`` when using Block Storage
|
||||
command line for consistency group operations.
|
||||
|
||||
|
@ -32,7 +32,7 @@ flag is False by default.
|
||||
|
||||
.. note::
|
||||
|
||||
The ``incremental`` and ``force`` flags are only available for block
|
||||
The ``incremental`` and ``force`` flags are only available since block
|
||||
storage API v2. You have to specify ``[--os-volume-api-version 2]`` in the
|
||||
``cinder`` command-line interface to use this parameter.
|
||||
|
||||
|
@ -53,7 +53,7 @@ First, list the available back ends:
|
||||
|
||||
.. note::
|
||||
|
||||
Only Block Storage V2 API supports :command:`cinder get-pools`.
|
||||
Block Storage API supports :command:`cinder get-pools` since V2 version.
|
||||
|
||||
You can also get available back ends like following:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user