Backup driver with verification interface.
Used for backup drivers that support the option to verify the backup after completion.
Bases: cinder.interface.backup_driver.BackupDriver
Backup driver that supports the optional verification.
Verify that the backup exists on the backend.
Verify that the backup is OK, possibly following an import record operation.
Parameters: | backup – Backup id of the backup to verify. |
---|---|
Raises: | InvalidBackup, NotImplementedError |