cinder.interface.backup_verify_driver Modulecinder.interface.backup_verify_driver Module¶Backup driver with verification interface.
Used for backup drivers that support the option to verify the backup after completion.
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 – |
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.