summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajat Dhasmana <rajatdhasmana@gmail.com>2023-05-09 16:52:06 +0000
committerRajat Dhasmana <rajatdhasmana@gmail.com>2023-05-09 16:52:06 +0000
commit8eaa1a5e686d842bde178bb6d09a659d404dc988 (patch)
tree3df70d39ff04d033c9f6c6ba2d23eaa4afb15982
parent2f2f98dd100fc462efcbe6e2aa8afdc698569936 (diff)
downloadcinder-8eaa1a5e686d842bde178bb6d09a659d404dc988.tar.gz
Correct multiattach documentation
After change[1], there is only one way to create a multiattach volume and that is using a multiattach volume type. Our documentation mentions there are 2 ways to create multiattach volumes which is incorrect, this patch corrects the same. [1] https://review.opendev.org/c/openstack/cinder/+/874865 Change-Id: Icaa2f60c5af8869e481bd3b90aa4cf219f843eef
-rw-r--r--doc/source/admin/volume-multiattach.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/admin/volume-multiattach.rst b/doc/source/admin/volume-multiattach.rst
index 577a9660e..25fcfa991 100644
--- a/doc/source/admin/volume-multiattach.rst
+++ b/doc/source/admin/volume-multiattach.rst
@@ -36,7 +36,8 @@ In order to be able to attach a volume to multiple server instances you need to
have the 'multiattach' flag set to 'True' in the volume details. Please ensure
you have the right role and policy settings before performing the operation.
-Currently you can create a multiattach volume in two ways.
+The only way to create a multiattach volume is by creating a multiattach volume
+type and using it to create the volume.
.. note::