a7f9eda389
Fix bug where non-temporary snapshots were being deleted from volume when do_sync_check is called for that volume, caused by missing check for temporary snapshot naming convention. Fixed by adding this check back into the conditional that determined if a snapshot should be deleted. Change-Id: I20194f57437e9ece5d95259bd91c95a4f19d9ab5 Closes-Bug: 1887962
8 lines
279 B
YAML
8 lines
279 B
YAML
---
|
|
fixes:
|
|
- |
|
|
`Bug #1887962 <https://bugs.launchpad.net/cinder/+bug/1887962>`_:
|
|
PowerMax driver fix to rectify incorrectly deleted non-temporary
|
|
snapshots when calling do_sync_check used in multiple operations due
|
|
to missing check for temporary snapshot name.
|