Pure Storage FlashArray: Add active/active support
This patch enables the `SUPPORTS_ACTIVE_ACTIVE` flag in the driver, to allow configuring Pure Storage backends when the volume service is clustered. Change-Id: I53ab2c8dae43d5aef7a65d35ad99e55f0acb7431
This commit is contained in:
parent
30501b9ecd
commit
0f04930fb3
@ -186,6 +186,8 @@ class PureBaseVolumeDriver(san.SanDriver):
|
|||||||
|
|
||||||
SUPPORTED_REST_API_VERSIONS = ['1.2', '1.3', '1.4', '1.5', '1.13', '1.14']
|
SUPPORTED_REST_API_VERSIONS = ['1.2', '1.3', '1.4', '1.5', '1.13', '1.14']
|
||||||
|
|
||||||
|
SUPPORTS_ACTIVE_ACTIVE = True
|
||||||
|
|
||||||
# ThirdPartySystems wiki page
|
# ThirdPartySystems wiki page
|
||||||
CI_WIKI_NAME = "Pure_Storage_CI"
|
CI_WIKI_NAME = "Pure_Storage_CI"
|
||||||
|
|
||||||
|
@ -902,7 +902,7 @@ driver.nexenta=missing
|
|||||||
driver.nfs=missing
|
driver.nfs=missing
|
||||||
driver.nimble=missing
|
driver.nimble=missing
|
||||||
driver.prophetstor=missing
|
driver.prophetstor=missing
|
||||||
driver.pure=missing
|
driver.pure=complete
|
||||||
driver.qnap=missing
|
driver.qnap=missing
|
||||||
driver.quobyte=missing
|
driver.quobyte=missing
|
||||||
driver.rbd=complete
|
driver.rbd=complete
|
||||||
|
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- |
|
||||||
|
Pure Storage FlashArray driver: Enabled support for Active/Active
|
||||||
|
to both the iSCSI and FC driver. This allows users to configure
|
||||||
|
Pure Storage backends in clustered environments.
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user