]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Cleanup in backup reset status
authorLisaLi <xiaoyan.li@intel.com>
Wed, 18 Nov 2015 04:58:11 +0000 (04:58 +0000)
committerLisaLi <xiaoyan.li@intel.com>
Wed, 6 Jan 2016 01:50:45 +0000 (09:50 +0800)
commit0cf0b6ee8c8ce5b4b82647e36d4d65bc0192edaa
tree7a4607680ed426fac42622b13564516a74b483b5
parent551cd6ae07d1a8e84e16573783ef0883452550c3
Cleanup in backup reset status

Currently when resetting status of a backup to error
state, it just changes the state.

This fix is to add the cleanup work to remove the
temporary volumes and snapshots.

Change-Id: I716a7e6067f5fc0f90623822a40e532af80bae44
Closes-Bug: #1517297
cinder/backup/manager.py
cinder/tests/unit/test_backup.py