trove/releasenotes/notes/victoria-support-online-resize.yaml
Lingxian Kong ba046b2a14 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
2020-07-24 13:55:51 +12:00

7 lines
345 B
YAML

---
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.