Gorka Eguileor
8f03b26f50
Fix automatic quota sync for temporary volumes
When using the automatic quota refresh via `until_refresh` and `max_age` configuration options the calculated quota usage by the refresh will not be correct if there are temporary volumes (such as those created from snapshots for backups). Normal quota usage calculation does not work like this, as it has admin metadata stating that those are temporary volumes and are not used to increase/decrease quota usage. This patch fixes this by modifying existing filter that ignores migrating volumes so it can also ignore temporary volumes based on their admin metadata. Closes-Bug: #1919161 Change-Id: I0fd89028684c1406f427f4c97b120ece5cf2780b
OpenStack Cinder
OpenStack Cinder is a storage service for an open cloud computing service.
You can learn more about Cinder at:
Getting Started
If you'd like to run from the master branch, you can clone the git repo:
git clone https://opendev.org/openstack/cinder
If you'd like to contribute, please see the information in CONTRIBUTING.rst
You can raise bugs on Launchpad
Python client
Description
Languages
Python
99.7%
Smarty
0.3%