tripleo-heat-templates/releasenotes/notes/cinder-volume-active-active-976f2bc33ab52c94.yaml
Alan Bishop 5b11bb39da Support cinder-volume running active-active
Add the ability to run the cinder-volume service in an active-active
configuration via a new CinderVolumeCluster parameter. The cinder-volume
service runs A/A only when configured with a cluster name.

Change-Id: Ic76742d3835d93bf16f5d9c13a2786fd7a373423
Depends-On: I615af64086d46356f322094d9f3b4e29557ed899
2019-03-04 14:58:51 -05:00

9 lines
355 B
YAML

---
features:
- |
Add the ability to configure the cinder-volume service to run in
active-active (A/A) mode using the cluster name specified by the new
CinderVolumeCluster parameter. Note that A/A mode requires the backend
driver support running A/A. Cinder's RBD driver supports A/A, but most
other cinder drivers currently do not.