Declare multiattach support for HPE MSA

Change-Id: Ie12c2a88f684a37be76d9b16d58431f19a39b1b6
(cherry picked from commit efc90273f8)
This commit is contained in:
Chris M 2019-01-18 03:53:42 +00:00
parent 61f9bbf700
commit fc658f492f
3 changed files with 6 additions and 0 deletions

View File

@ -406,6 +406,7 @@ class TestFCDotHillCommon(test.TestCase):
'total_capacity_gb': 100}],
'storage_protocol': None,
'vendor_name': 'DotHill',
'multiattach': True,
'volume_backend_name': None}, self.common.stats)
@mock.patch.object(dothill.DotHillClient, 'create_volume')
@ -711,6 +712,7 @@ class TestDotHillFC(test.TestCase):
'driver_version': self.driver.VERSION,
'volume_backend_name': None,
'vendor_name': self.vendor_name,
'multiattach': True,
'pools': [{'free_capacity_gb': 90,
'reserved_percentage': 0,
'total_capacity_gb': 100,

View File

@ -263,6 +263,7 @@ class DotHillCommon(object):
'storage_protocol': None,
'vendor_name': self.vendor_name,
'volume_backend_name': None,
'multiattach': True,
'pools': []}
pool = {'QoS_support': False}

View File

@ -0,0 +1,3 @@
---
features:
- Support for multiattach is enabled for HPE MSA Storage