Remove docs for --allow-multiattach

This flag has been deprecated since Queens and is beinge removed from
python-cinderclient. We should only now state the supported multiattach
configuration using volume type extra specs.

Change-Id: Ic0156dc5abb15a04ba5c6e0900177aa6c22d7940
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2019-04-18 12:19:25 -05:00
parent b5c53fc450
commit 2fa49bbbe2
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8
1 changed files with 0 additions and 10 deletions

View File

@ -77,16 +77,6 @@ make special considerations at attach-time for multiattach volumes (like
disable caching) and there's no mechanism currently to update a currently
attached volume in a safe way while keeping it attached the whole time.
Multiattach flag - DEPRECATED
-----------------------------
Starting from the Queens release using the old way of specifying multiattach
with the flag is DEPRECATED:
.. code-block:: console
$ cinder create <volume_size> --name <volume_name> --allow-multiattach
RO / RW caveats (the secondary RW attachment issue)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~