cinder/cinder/backup
Rodrigo Barbieri 5983eee1c3 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
(cherry picked from commit 8ebeafcbba)
(cherry picked from commit 5358c996b4)
(cherry picked from commit f3cdc27563)
2020-07-06 18:18:49 -03:00
..
drivers Support Incremental Backup Completion In RBD 2020-02-07 18:22:44 +00: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-07-06 18:18:49 -03:00
chunkeddriver.py ChunkedBackupDriver: Freeing memory on restore 2020-03-09 13:19:38 +00:00
driver.py Use config-table for dynamic config documentation 2019-02-26 16:50:39 -06:00
manager.py Merge "Drop legacy backup service support" 2018-09-26 01:54:33 +00:00
rpcapi.py Add service dynamic log change/query 2017-05-16 13:37:35 +02:00