commit | b9e10b63cb6989cdb9146d1ee4a21a739bec9681 | [log] [tgz] |
---|---|---|
author | ricolin <rlin@vexxhost.com> | Tue Jan 03 05:32:35 2023 +0800 |
committer | ricolin <rlin@vexxhost.com> | Tue Jan 03 05:32:35 2023 +0800 |
tree | 74adfca2a1065ac7140b2c0dc0c5a68f31d6ea61 | |
parent | 27ba7031bba60acd01673f06f7f010827ca6b120 [diff] |
Fix backup not stored issue
diff --git a/staffeln/conductor/backup.py b/staffeln/conductor/backup.py index ed2b160..f78f90d 100755 --- a/staffeln/conductor/backup.py +++ b/staffeln/conductor/backup.py
@@ -467,6 +467,8 @@ incremental=task.incremental, ) task.backup_id = volume_backup.id + task.backup_status = constants.BACKUP_WIP + task.save() except OpenstackSDKException as error: reason = _( "Backup (name: %s) creation for the volume %s failled. %s"