Pure Storage FlashArray driver - enable multiattach support
Change-Id: Ia7a93caeb524e213bdcef524eb3b9429977dd671
This commit is contained in:
parent
80d2a130e6
commit
8f4802baf5
@ -2726,7 +2726,7 @@ class PureVolumeUpdateStatsTestCase(PureBaseSharedDriverTestCase):
|
|||||||
'storage_protocol': None,
|
'storage_protocol': None,
|
||||||
'consistencygroup_support': True,
|
'consistencygroup_support': True,
|
||||||
'thin_provisioning_support': True,
|
'thin_provisioning_support': True,
|
||||||
'multiattach': False,
|
'multiattach': True,
|
||||||
'QoS_support': False,
|
'QoS_support': False,
|
||||||
'total_capacity_gb': TOTAL_CAPACITY,
|
'total_capacity_gb': TOTAL_CAPACITY,
|
||||||
'free_capacity_gb': TOTAL_CAPACITY - USED_SPACE,
|
'free_capacity_gb': TOTAL_CAPACITY - USED_SPACE,
|
||||||
|
@ -559,7 +559,7 @@ class PureBaseVolumeDriver(san.SanDriver):
|
|||||||
# Add flags for supported features
|
# Add flags for supported features
|
||||||
data['consistencygroup_support'] = True
|
data['consistencygroup_support'] = True
|
||||||
data['thin_provisioning_support'] = True
|
data['thin_provisioning_support'] = True
|
||||||
data['multiattach'] = False
|
data['multiattach'] = True
|
||||||
data['QoS_support'] = False
|
data['QoS_support'] = False
|
||||||
|
|
||||||
# Add capacity info for scheduler
|
# Add capacity info for scheduler
|
||||||
|
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- Pure Storage FlashArray driver has added multiatach support.
|
Loading…
x
Reference in New Issue
Block a user