8c854a1c68
During share network create API, if failure occurs quota is not rolled back and its usable only after quota reservations timed out (waiting conf.reservation_expire seconds). Closes-bug: #1975483 Change-Id: I3de8f5bfa6ac4580da9b1012caa25657a6df71ec
9 lines
375 B
YAML
9 lines
375 B
YAML
---
|
|
fixes:
|
|
- |
|
|
During share network create API, if either share network or share network
|
|
subnet db creation fails, manila raises an exception. However quota is not
|
|
rolled back and its usable only after quota reservations timed out (waiting
|
|
conf.reservation_expire seconds). Fixed by introducing immediate quota
|
|
rollback in case any db create api fails.
|