ba046b2a14
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
7 lines
345 B
YAML
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. |