Merge "Dell EMC SC: Error Deleting Consistency Group"
This commit is contained in:
commit
471bdcfb12
@ -876,7 +876,8 @@ class SCCommonDriver(driver.ManageableVD,
|
||||
for volume in volumes:
|
||||
status = fields.GroupStatus.ERROR
|
||||
try:
|
||||
if self.delete_volume(volume):
|
||||
self.delete_volume(volume)
|
||||
# We throw if that fails.
|
||||
status = fields.GroupStatus.DELETED
|
||||
except (exception.VolumeBackendAPIException,
|
||||
exception.VolumeIsBusy):
|
||||
|
Loading…
Reference in New Issue
Block a user