From ecda7f640fe4e807ba07981abfc1a637ddb496cd Mon Sep 17 00:00:00 2001 From: whoami-rajat Date: Thu, 15 Apr 2021 09:17:59 -0400 Subject: Add volume multiattach handling We implemented cinder's new attachment API support with patch[1]. It was needed to add multiattach volume handling added with this patch. There is no special configuration change or user interference needed. If a volume is of a multiattach type, then it will be handled as a multiattach volume. [1] https://review.opendev.org/c/openstack/glance_store/+/782200 Implements: blueprint attachment-api-and-multiattach-support Closes-Bug: #1904546 Change-Id: Iffb825492a20fd877476acad05f817b399072f01 --- .../notes/multiattach-volume-handling-1a8446a64463f2cf.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 releasenotes/notes/multiattach-volume-handling-1a8446a64463f2cf.yaml (limited to 'releasenotes') diff --git a/releasenotes/notes/multiattach-volume-handling-1a8446a64463f2cf.yaml b/releasenotes/notes/multiattach-volume-handling-1a8446a64463f2cf.yaml new file mode 100644 index 0000000..09c01a9 --- /dev/null +++ b/releasenotes/notes/multiattach-volume-handling-1a8446a64463f2cf.yaml @@ -0,0 +1,12 @@ +--- +prelude: > + This release adds support for handling cinder's multiattach volumes + in glance cinder store. +features: + - | + Glance cinder store now supports handling of multiattach volumes. +fixes: + - | + `Bug #1904546 `_: + Fixed creating multiple instances/volumes from image if multiattach + volumes are used. \ No newline at end of file -- cgit v1.2.1