5b11bb39da
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
9 lines
355 B
YAML
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.
|