Backup manager manages volume backups.
Volume Backups are full copies of persistent volumes stored in a backup store e.g. an object store or any other backup store if and when support is added. They are usable without the original object being available. A volume backup can be restored to the original volume it was created from or any other available volume with a minimum size of the original volume. Volume backups can be created, restored, deleted and listed.
Related Flags
The module name of a class derived from
manager.Manager
(default:
cinder.backup.manager.Manager
).
Bases: SchedulerDependentManager
Manages backup of block storage devices.
Check if the backup driver supports force delete operation.
context – running context
This is the callback from the volume manager to continue.
Create volume backups using configured backup service.
Delete volume backup from configured backup service.
Export all volume backup metadata details to allow clean import.
Export backup metadata so it could be re-imported into the database without any prerequisite in the backup database.
context – running context
backup – backup object to export
backup_record - a description of how to import the backup
contains ‘backup_url’ - how to import the backup, and
‘backup_service’ describing the needed driver.
Import all volume backup metadata details to the backup db.
context – running context
backup – The new backup object for the import
backup_service – The needed backup driver for import
backup_url – An identifier string to locate the backup
backup_hosts – Potential hosts to execute the import
Run initialization needed for a standalone service.
Method indicating if service is working correctly.
This method is supposed to be overridden by subclasses and return if manager is working correctly.
Collect driver status and then publish.
Method executed when SIGHUP is caught by the process.
We’re utilizing it to reset RPC API version pins to avoid restart of the service when rolling upgrade is completed.
Reset volume backup status.
context – running context
backup – The backup object for reset status operation
status – The status to be set
AttributeError –
Restore volume backups from configured backup service.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.