933a833b8d
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
9 lines
324 B
YAML
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.
|