cinder/releasenotes/notes/period-task-clean-reservation-0e0617a7905df923.yaml
wangxiyuan 07f242d68c Periodic task to clean expired reservation
Now there is no way to clean the expired reservation.
This patch added a periodic task in cinder-scheduler to
do the cleanup like Nova does.

Change-Id: Id792db968ed2fe8e01c64e24d99c9ebadc3232b7
Closes-bug: #1693401
2017-05-30 22:21:38 +08:00

6 lines
183 B
YAML

---
features:
- Added periodic task to clean expired reservation in cinder scheduler.
Added a configuration option ``reservation_clean_interval`` to handle
the interval.