Revert "Declare multiattach support for HPE MSA"

This reverts commit fc658f492f.

While reviewing this patch it was discovered that the
multi-attach tempest test cases were not being run against the
driver.  A bug was found when the tests were enabled.  So, this
patch should be reverted as the mult-attach support isn't really
working.

There was discussion that this should be reverted because it was
a feature but the team determined it was really a bug fix.  If the
bug fix is able to be backported the flag can be re-enabled.

Change-Id: I089e2728c4253756db7e38e43f505867d23b7d3e
This commit is contained in:
Matt Riedemann 2019-07-10 15:13:20 +00:00 committed by Jay Bryant
parent fc658f492f
commit 79212ffdb3
3 changed files with 0 additions and 6 deletions

View File

@ -406,7 +406,6 @@ 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')
@ -712,7 +711,6 @@ 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,7 +263,6 @@ class DotHillCommon(object):
'storage_protocol': None,
'vendor_name': self.vendor_name,
'volume_backend_name': None,
'multiattach': True,
'pools': []}
pool = {'QoS_support': False}

View File

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