trove/releasenotes/notes/support-online-resize.yaml
wu.chunyang f9f3bca8f7 Add release note(aka. reno) guide
This PR adds reloease note guide for trove project and
renames some notes due to uid collision

Change-Id: I55f49425dc3df6599ff6714efd8f7c1dc656ddf2
2022-07-11 21:56:26 +08: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.