summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorwhoami-rajat <rajatdhasmana@gmail.com>2021-04-15 09:17:59 -0400
committerRajat Dhasmana <rajatdhasmana@gmail.com>2021-08-12 09:20:20 -0400
commitecda7f640fe4e807ba07981abfc1a637ddb496cd (patch)
tree3cbb1f16a6a36cbcbfa2e6975490d39f7dc8f564 /releasenotes
parent85c7a06687291eba30510d63d3ee8b9e9cb33c5f (diff)
downloadglance_store-ecda7f640fe4e807ba07981abfc1a637ddb496cd.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/multiattach-volume-handling-1a8446a64463f2cf.yaml12
1 files changed, 12 insertions, 0 deletions
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 <https://bugs.launchpad.net/cinder/+bug/1904546>`_:
+ Fixed creating multiple instances/volumes from image if multiattach
+ volumes are used. \ No newline at end of file