cinder/cinder/backup
zhangbailin b90a13d07d Change the matching method of the backup driver
The backup driver name is configured uniformly from the Stein version.
For example, support for
'cinder.backup.drivers.service.ServiceBackupDriver' does not support
'cinder.backup.drivers.service'.

However, the above two backup drivers are supported in a stable version
before Rocky (including Rocky).

For the same storage backend, if the backup driver used to create the
backup file is 'cinder.backup.drivers.service.ServiceBackupDriver',
the backup driver configured when restoring the backup is
'cinder.backup.drivers.service'. The recovery of the backup file will
fail because the drivers do not match.

Therefore, the processing of this method needs to be compatible with the
backup driver for different configurations of the same backend.

The above 'service' is a proxy, it can be one of {'swift', 'nfs',
'ceph', 'glusterfs', 'google', 'tsm', 'posix'}

Closes-Bug: #1801316
Change-Id: I1d7ee395c89beda0e50cbe26b4abb4fc7749e15e
2018-11-21 01:00:01 -05:00
..
drivers PY3: Ensure rados.Object.read/write use byte data 2018-10-24 11:27:41 +00:00
__init__.py Fix backup_api_class doesn't work 2017-05-09 22:32:13 +08:00
api.py Consume quota when importing backup resource 2018-08-01 13:48:25 -05:00
chunkeddriver.py Merge "Add backup restoration cancellation support" 2018-03-11 02:01:02 +00:00
driver.py Merge "Add backup restoration cancellation support" 2018-03-11 02:01:02 +00:00
manager.py Change the matching method of the backup driver 2018-11-21 01:00:01 -05:00
rpcapi.py Add service dynamic log change/query 2017-05-16 13:37:35 +02:00