Merge "Missing parameter for storage pools in Pure Storage driver"

This commit is contained in:
Jenkins
2017-01-23 05:31:42 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 0 deletions
@@ -2681,6 +2681,7 @@ class PureVolumeUpdateStatsTestCase(PureBaseSharedDriverTestCase):
'consistencygroup_support': True,
'thin_provisioning_support': True,
'multiattach': True,
'QoS_support': False,
'total_capacity_gb': TOTAL_CAPACITY,
'free_capacity_gb': TOTAL_CAPACITY - USED_SPACE,
'reserved_percentage': reserved_percentage,
+1
View File
@@ -556,6 +556,7 @@ class PureBaseVolumeDriver(san.SanDriver):
data['consistencygroup_support'] = True
data['thin_provisioning_support'] = True
data['multiattach'] = True
data['QoS_support'] = False
# Add capacity info for scheduler
data['total_capacity_gb'] = total_capacity