cinder/cinder/db
Gorka Eguileor bcb33db887 Quota: Fix multiple race conditions
This patch fixes 2 race condition areas and adds a comment on why we are
not fixing another 2.

Both race conditions that we fix could have been fixed with a
"with_for_update", but one of them is more effciently handled doing a
single query update instead of retrieving the data and deleting one by
one each row.

Change-Id: I2900c8b4c06ce1a4c2bd6bb5da5274883f6a01fb
2021-03-30 16:23:10 +02:00
..
sqlalchemy Quota: Fix multiple race conditions 2021-03-30 16:23:10 +02:00
__init__.py Enable flake8 H303,H304 checking 2014-04-15 09:16:01 +00:00
api.py Remove nested quota leftovers 2021-03-30 16:20:39 +02:00
base.py Remove six of dir cinder/db/* 2020-10-07 16:29:29 +08:00
migration.py Compact DB migrations to Queens 2019-05-03 09:45:21 -05:00