cinder/cinder/backup
Xing Yang 454bdf0f0f Handle missing temp volume and snapshot during cleanup
When backup service is started, we try to clean up temp volumes
and snapshots in previously failed backups. If the temp volume
or snapshot is already deleted, we will get VolumeNotFound or
SnapshotNotFound exceptions. These exceptions should be handled.
Also temp_volume_id and temp_snapshot_id should be set to None
after they are deleted.

Change-Id: Ia20834bcc89040364bce71fc66c32c1777a5ac11
Closes-Bug: #1484774
2015-08-09 22:41:21 -04:00
..
drivers Merge "Fix multi-line docstrings to meet hacking rules" 2015-07-31 22:24:40 +00:00
__init__.py Move oslo.utils to oslo_utils namespace 2015-01-19 21:50:34 -06:00
api.py Merge "Backups: allow name to be specified during restore" 2015-07-23 14:02:22 +00:00
chunkeddriver.py Fix multi-line docstrings to meet hacking rules 2015-07-30 11:34:16 -05:00
driver.py Merge "Corrected order of parameters in docstring" 2015-08-11 22:59:26 +00:00
manager.py Handle missing temp volume and snapshot during cleanup 2015-08-09 22:41:21 -04:00
rpcapi.py Non-disruptive backup 2015-07-22 16:59:19 -04:00