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
(cherry picked from commit 0f04930fb3)
This commit is contained in:
Simon Dodsley 2020-11-20 08:47:24 -05:00
parent deb31a0c4d
commit 800948f713
3 changed files with 10 additions and 1 deletions

View File

@ -187,6 +187,8 @@ class PureBaseVolumeDriver(san.SanDriver):
SUPPORTED_REST_API_VERSIONS = ['1.2', '1.3', '1.4', '1.5', '1.13', '1.14']
SUPPORTS_ACTIVE_ACTIVE = True
# ThirdPartySystems wiki page
CI_WIKI_NAME = "Pure_Storage_CI"

View File

@ -902,7 +902,7 @@ driver.nexenta=missing
driver.nfs=missing
driver.nimble=missing
driver.prophetstor=missing
driver.pure=missing
driver.pure=complete
driver.qnap=missing
driver.quobyte=missing
driver.rbd=complete

View File

@ -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.