summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-02-08 22:27:30 +0000
committerGerrit Code Review <review@openstack.org>2023-02-08 22:27:30 +0000
commitff1f8b38ba1dd5464265ce88a8b1ad608ccef43f (patch)
treee82d8891b4cb9fb11411c12db5d4e738fc0caa31 /releasenotes
parent35a45898853e0b34a94ce7d4a111891f4e10e8db (diff)
parenta7edc87b0e97d537c1b26ca521e18605a352cdfa (diff)
downloadglance_store-ff1f8b38ba1dd5464265ce88a8b1ad608ccef43f.tar.gz
Merge "Cinder: Add support to extend attached volumes"4.3.0
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/cinder-support-extend-in-use-volume-c6292f950ff75cca.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/releasenotes/notes/cinder-support-extend-in-use-volume-c6292f950ff75cca.yaml b/releasenotes/notes/cinder-support-extend-in-use-volume-c6292f950ff75cca.yaml
new file mode 100644
index 0000000..2b4a748
--- /dev/null
+++ b/releasenotes/notes/cinder-support-extend-in-use-volume-c6292f950ff75cca.yaml
@@ -0,0 +1,10 @@
+---
+features:
+ - |
+ Added support for extending in-use volumes in cinder store.
+ A new boolean config option ``cinder_do_extend_attached`` is
+ added which allows operators to enable/disable extending
+ in-use volume support when creating an image.
+ By default, ``cinder_do_extend_attached`` will be ``False``
+ i.e. old flow of detaching, extending and attaching will be
+ used.