cinder/cinder/backup
Rodrigo Barbieri 8ebeafcbba Fix cross-project incremental backups
This patch addresses the scenario where an
incremental backup can be created having a
parent backup that was taken in a different
project. This scenario ultimately leads to
a silent error when creating/deleting the
incremental backup and quotas going out of
sync.

The proposed fix is to narrow the backup search
down to the same project. To achieve this, a
method's signature had to be updated to achieve
the desired optimized behavior of passing the
volume's project_id parameter.

Closes-bug: #1869746
Closes-bug: #1873518

Change-Id: Icb621ff5966133f59d9d43ca2dd9f8e1919b1149
2020-05-21 09:38:25 -03:00
..
drivers Change _get_volume_size_gb to _get_volume_size_bytes 2020-03-27 16:57:59 +08:00
__init__.py Fix backup_api_class doesn't work 2017-05-09 22:32:13 +08:00
api.py Fix cross-project incremental backups 2020-05-21 09:38:25 -03:00
chunkeddriver.py ChunkedBackupDriver: Freeing memory on restore 2020-02-27 14:04:13 +01:00
driver.py Remove BackupDriverWithVerify class 2019-05-14 23:19:13 +03:00
manager.py Merge "Add features for add backup id to volume metadata" 2020-04-07 10:27:52 +00:00
rpcapi.py Publish backup capabilities to a scheduler 2019-12-04 15:44:13 +02:00