The cinder.interface.backup_verify_driver
Module¶
Backup driver with verification interface.
Used for backup drivers that support the option to verify the backup after completion.
-
class
BackupDriverWithVerify
¶ Bases:
cinder.interface.backup_driver.BackupDriver
Backup driver that supports the optional verification.
-
verify
(backup)¶ 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 –
-