e72f0fdf26
Cinder would commit quota twice when managing resource in a clean environment that the corresponding 'quota_usage' record is empty. This is all because of we create db entity before reservation, hence the SYNC mechanism would refresh new record into quota_usage before actually reserved. This patch fix this issue by introducing 2 phases reserve&commit, the latter only intends to update the actual size. Closes-Bug: #1587376 Change-Id: I79940e534ec03f2d327e8a7e14e45bc93ae41b0c |
||
---|---|---|
.. | ||
notes | ||
source | ||
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.