cinder/cinder/backup
Xiaojun Liao 06d4ba2080 Restore_backup: set error when volume status not matched
When volume actual_status was not equal to expected_status, the
restoring were not setting the volume to a 'error_restoring'
status, if it so happened that the actual_status was 'available',
client would be misled to think that restoring had finished. So
this patch fixes that.

Closes-Bug:#1732378

Change-Id: I74c15a99e90a24020b2f427a70f5d04376bd31af
Signed-off-by: Xiaojun Liao <xiaojunliao85@gmail.com>
2017-12-13 03:08:46 +00:00
..
drivers Improve deleting-missing-backup exception handling 2017-11-06 09:08:42 +08:00
__init__.py Fix backup_api_class doesn't work 2017-05-09 22:32:13 +08:00
api.py Support create volume from backup 2017-11-28 09:16:59 +08:00
chunkeddriver.py Run backup compression on native thread 2017-10-16 17:09:46 +02:00
driver.py Consolidate code that manages encryption keys 2017-11-27 15:43:52 -05:00
manager.py Restore_backup: set error when volume status not matched 2017-12-13 03:08:46 +00:00
rpcapi.py Add service dynamic log change/query 2017-05-16 13:37:35 +02:00