cinder/releasenotes/notes/bug-2016138-56f07bc9376f55f7.yaml
Christian Rohmann 7b5d3d618f Handle missing volumes during cleanup of incomplete backups
If the volume for a backup was deleted / is not found, the cleanup
routine in_cleanup_one_backup fails on updating the volume status.
This add some exception handling to these attempts.

Closes-Bug: 2016138
Change-Id: Ibafe07acf9ecdce9f828c86db8edb3d529917efc
2024-01-11 11:55:04 +01:00

6 lines
152 B
YAML

---
fixes:
- |
`Bug #2016138 <https://bugs.launchpad.net/cinder/+bug/2016138>`_:
Handle missing volumes during cleanup of incomplete backups.