Handles all requests relating to the volume backups service.
Bases: cinder.db.base.Base
API for interacting with the volume backup manager.
Make the RPC call to create a volume backup.
Make the RPC call to delete a volume backup.
Make the RPC call to export a volume backup.
Call backup manager to execute backup export.
Parameters: |
|
---|---|
Returns: | dictionary – a description of how to import the backup |
Returns: | contains ‘backup_url’ and ‘backup_service’ |
Raises: | InvalidBackup |
Make the RPC call to import a volume backup.
Parameters: |
|
---|---|
Raises: | InvalidBackup |
Raises: | ServiceNotFound |
Make the RPC call to restore a volume backup.