Merge "Dell EMC SC: Enabled multiattach in Storage Center Driver"

This commit is contained in:
Zuul 2018-07-23 22:10:27 +00:00 committed by Gerrit Code Review
commit 0905b52108
2 changed files with 5 additions and 0 deletions

View File

@ -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)

View File

@ -0,0 +1,4 @@
---
features:
- Enabled Cinder Multi-Attach capability in the Dell
EMC Storage Center Cinder driver.