563e06c3c6
Currently we would have uncommit reservations in database if the commit operation failed. This could obstruct creating new shares or others which would consume quota. This patch adds a perodic task to clean this expired reservations. Also fix bug in db.reservation_expire method(We dropped attribute 'usage' from Reservation, but it's still used in this method). Closes-Bug: #1669449 Change-Id: I3dc0973ebac5eb33832e242c72059be1eb954369
5 lines
102 B
YAML
5 lines
102 B
YAML
---
|
|
features:
|
|
- Added perodic task to clean up expired reservation
|
|
at manila scheduler service.
|