cinder/releasenotes/notes/bug-1890241-strowize-delete_group_snapshot_fix-2e491e74e1f73ba7.yaml
katarimanojkumar 933a833b8d [Storwize]:Fix delete_group_snapshot cleanup issue
delete_group_snapshot doesn't handle flash copy consistency
group cleanup properly.
In case of multiple snapshots in the group,existing code exits
if any one snapshot deletion fails, but it should update error
state and continue with deleting other snapshots.

closes bug: #1890241

Change-Id: I87c9f35f34c94bff3ada7d428cd963fc8703a2ad
2020-09-13 09:43:18 +00:00

9 lines
324 B
YAML

---
fixes:
- |
`Bug #1890241 <https://bugs.launchpad.net/cinder/+bug/1890241>`_:
During delete_group_snapshot on IBM storwize, in case of multiple
snapshots in the group, delete flow exits if any one snapshot deletion
fails, but it should update error state and continue with deleting
other snapshots.