Merge "Pure Storage FlashArray: Add active/active support"

This commit is contained in:
Zuul 2021-01-16 05:49:23 +00:00 committed by Gerrit Code Review
commit 006a4f4817
3 changed files with 10 additions and 1 deletions

View File

@ -186,6 +186,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

@ -916,7 +916,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.