DS8K: Enable multiattach support
Support multiattach capability for IBM DS8K Change-Id: I4e1f79dba0ed241fabd83bf972f60a6cbe21a106
This commit is contained in:
parent
1aa9231cb2
commit
3599eb5ba9
@ -1259,7 +1259,7 @@ class DS8KProxyTest(test.TestCase):
|
||||
"consistent_group_snapshot_enabled": True,
|
||||
"group_replication_enabled": True,
|
||||
"consistent_group_replication_enabled": True,
|
||||
"multiattach": False,
|
||||
"multiattach": True,
|
||||
"backend_state": 'up'
|
||||
}
|
||||
|
||||
@ -1328,7 +1328,7 @@ class DS8KProxyTest(test.TestCase):
|
||||
"consistent_group_snapshot_enabled": True,
|
||||
"group_replication_enabled": True,
|
||||
"consistent_group_replication_enabled": True,
|
||||
"multiattach": False,
|
||||
"multiattach": True,
|
||||
"backend_state": 'up'
|
||||
}
|
||||
|
||||
|
@ -477,7 +477,7 @@ class DS8KProxy(proxy.IBMStorageProxy):
|
||||
"consistent_group_snapshot_enabled": True,
|
||||
"group_replication_enabled": True,
|
||||
"consistent_group_replication_enabled": True,
|
||||
"multiattach": False,
|
||||
"multiattach": True,
|
||||
"vendor_name": 'IBM',
|
||||
"driver_version": self.full_version,
|
||||
"storage_protocol": self._helper.get_connection_type(),
|
||||
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
features:
|
||||
- IBM DS8K driver has added multiattach support.
|
Loading…
Reference in New Issue
Block a user