diff --git a/cinder/volume/drivers/dell_emc/sc/storagecenter_common.py b/cinder/volume/drivers/dell_emc/sc/storagecenter_common.py index af6bc538afe..18d1d80378b 100644 --- a/cinder/volume/drivers/dell_emc/sc/storagecenter_common.py +++ b/cinder/volume/drivers/dell_emc/sc/storagecenter_common.py @@ -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) diff --git a/releasenotes/notes/dell-emc-sc-mult-attach-d09cfd06ee8db8da.yaml b/releasenotes/notes/dell-emc-sc-mult-attach-d09cfd06ee8db8da.yaml new file mode 100644 index 00000000000..32f518ba6cd --- /dev/null +++ b/releasenotes/notes/dell-emc-sc-mult-attach-d09cfd06ee8db8da.yaml @@ -0,0 +1,4 @@ +--- +features: + - Enabled Cinder Multi-Attach capability in the Dell + EMC Storage Center Cinder driver.