cinder/cinder/backup
ling-yun cef4a9b230 Add reset-state function for backups
Since there are volume reset-state function and snapshot reset-state
function, backup also needs reset-state as well.
When creating or restoring backup, it may leave the backup stuck in
creating or restoring status due to database down or rabbitmq down, etc.
Currently we could only solve these problems by restarting cinder-backup
service.

This BP is to provide another means for administrators to solve these
problems by calling backup reset state API, instead of directly
restarting cinder-backup service.

DocImpact: Support reset backup status

blueprint support-reset-state-for-backup

Change-Id: Icd677a0b48083894bcd969d5199fa91b307080de
2014-09-12 15:32:17 +08:00
..
drivers Allow backup-to-swift to take swift URL from service catalogue 2014-08-21 08:01:26 +00:00
__init__.py Fix oslo.config.cfg.NoSuchOptError when running individual tests 2013-07-23 09:12:20 +00:00
api.py Add reset-state function for backups 2014-09-12 15:32:17 +08:00
driver.py Use abstract class for the backup driver interface 2014-08-15 08:30:05 +02:00
manager.py Add reset-state function for backups 2014-09-12 15:32:17 +08:00
rpcapi.py Add reset-state function for backups 2014-09-12 15:32:17 +08:00