From 2fa49bbbe26426befd5d0667d908e13572b8cf74 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Thu, 18 Apr 2019 12:19:25 -0500 Subject: [PATCH] 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 --- doc/source/admin/blockstorage-volume-multiattach.rst | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/doc/source/admin/blockstorage-volume-multiattach.rst b/doc/source/admin/blockstorage-volume-multiattach.rst index eb990e0dcb2..1c974f1fd1b 100644 --- a/doc/source/admin/blockstorage-volume-multiattach.rst +++ b/doc/source/admin/blockstorage-volume-multiattach.rst @@ -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 --name --allow-multiattach - RO / RW caveats (the secondary RW attachment issue) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~