From 8eaa1a5e686d842bde178bb6d09a659d404dc988 Mon Sep 17 00:00:00 2001 From: Rajat Dhasmana Date: Tue, 9 May 2023 16:52:06 +0000 Subject: [PATCH] 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 --- doc/source/admin/volume-multiattach.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/admin/volume-multiattach.rst b/doc/source/admin/volume-multiattach.rst index 577a9660e4f..25fcfa99167 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::