cinder/releasenotes
Rodrigo Barbieri c4de3a8c83 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)
(cherry picked from commit 5983eee1c3)
2020-07-21 10:58:32 -03:00
..
notes Fix cross-project incremental backups 2020-07-21 10:58:32 -03:00
source Imported Translations from Zanata 2018-09-05 07:31:42 +00:00
README.rst Fix release notes link 2017-07-25 14:24:18 -07:00
bug-1783790-multiattach-none-when-manage-volume-yu7du8yth78i0e6b.yaml Handle multiattach attribute when managing volumes 2019-03-24 19:01:17 -03:00

README.rst

Release notes

The release notes for a patch should be included in the patch. The intended audience for release notes include deployers, administrators and end-users.

A release note is required if the patch has upgrade or API impact. It is also required if the patch adds a feature or fixes a long-standing or security bug.

Please see https://docs.openstack.org/cinder/latest/contributor/releasenotes.html for more details.