Dell EMC SC: Enabled multiattach in Storage Center Driver
Explicitely set multiattach = True in the data returned from the get_volume_stats call in the Dell EMC Storage Center driver. Change-Id: I9cd0aaadb66a2ff0f3dc947a7df3dcb9fadd4453
This commit is contained in:
parent
ccbd84439b
commit
2e82f0de90
@ -719,6 +719,7 @@ class SCCommonDriver(driver.ManageableVD,
|
||||
data['thin_provisioning_support'] = True
|
||||
data['QoS_support'] = False
|
||||
data['replication_enabled'] = self.replication_enabled
|
||||
data['multiattach'] = True
|
||||
if self.replication_enabled:
|
||||
data['replication_type'] = ['async', 'sync']
|
||||
data['replication_count'] = len(self.backends)
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
features:
|
||||
- Enabled Cinder Multi-Attach capability in the Dell
|
||||
EMC Storage Center Cinder driver.
|
Loading…
Reference in New Issue
Block a user