summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2020-07-22 15:41:21 +1200
committerLingxian Kong <anlin.kong@gmail.com>2020-07-24 13:55:51 +1200
commitba046b2a14459132ca10d30a1d2cc0a01126bb1d (patch)
treeb031cbdfa59bc43061d9921ec67879f5aac58b17 /releasenotes
parent39b0df0a6b87a6f2cb748cb81ac376088f34b88f (diff)
downloadtrove-ba046b2a14459132ca10d30a1d2cc0a01126bb1d.tar.gz
Support online volume resize
Trove now supports to resize volume without downtime. To use this feature, the version of Nova and Cinder needs to be at least Pike, the config option ``cinder_service_type`` needs to be set to ``volumev3``. The cloud admin can disable this feature by setting ``online_volume_resize=False``, default is enabled. Change-Id: I000a4e90800454972dd39f2f82d286571bc0b96c
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/victoria-support-online-resize.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/victoria-support-online-resize.yaml b/releasenotes/notes/victoria-support-online-resize.yaml
new file mode 100644
index 00000000..f5218013
--- /dev/null
+++ b/releasenotes/notes/victoria-support-online-resize.yaml
@@ -0,0 +1,7 @@
+---
+features:
+ - Trove now supports to resize volume without downtime. To use this feature,
+ the version of Nova and Cinder needs to be at least Pike, the config option
+ ``cinder_service_type`` needs to be set to ``volumev3``. The cloud admin
+ can disable this feature by setting ``online_volume_resize=False``, default
+ is enabled. \ No newline at end of file