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
This commit is contained in:
Rajat Dhasmana 2023-05-09 16:52:06 +00:00
parent 2f2f98dd10
commit 8eaa1a5e68

View File

@ -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::