From 98de5e08bf38cc09e4923a8f7d56f2b8136bcdeb Mon Sep 17 00:00:00 2001 From: tushargite96 Date: Thu, 27 May 2021 17:13:58 +0530 Subject: [PATCH] Doc: api-ref doc update Volume multi-attach support was added in cinder and nova in queens release. Change-Id: I485e87b9a80bb4acec7f9bfde188e601663becb7 --- api-ref/source/v3/volumes-v3-volumes.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api-ref/source/v3/volumes-v3-volumes.inc b/api-ref/source/v3/volumes-v3-volumes.inc index 49cbc4b0d7f..22956ed0763 100644 --- a/api-ref/source/v3/volumes-v3-volumes.inc +++ b/api-ref/source/v3/volumes-v3-volumes.inc @@ -4,7 +4,9 @@ Volumes (volumes) ================= A volume is a detachable block storage device similar to a USB hard -drive. You can attach a volume to one instance at a time. +drive. You can attach a volume to an instance, and if the volume is +of an appropriate volume type, a volume can be attached to multiple +instances. The ``snapshot_id`` and ``source_volid`` parameters specify the ID of the snapshot or volume from which this volume originates. If the