manila/releasenotes/notes/add-perodic-task-7454sd45deopb13e.yaml
TommyLike 563e06c3c6 Add periodic task to clean up expired reservation
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
2017-04-18 18:07:29 +03:00

5 lines
102 B
YAML

---
features:
- Added perodic task to clean up expired reservation
at manila scheduler service.