Reviewed: https://review.openstack.org/506822 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=f2d01c3c6a14aabd86b811501771c0bb2860a74b Submitter: Jenkins Branch: master
commit f2d01c3c6a14aabd86b811501771c0bb2860a74b Author: Kevin_Zheng <[email protected]> Date: Sat Sep 23 09:35:37 2017 +0800 Remove useless periodic task that expires quota reservations Quota reservations were removed in the Pike release, but there is still a periodic task in the scheduler manager that runs every minute to expire reservations, which won't actually do anything. This patch remove this periodic task and related codes. Change-Id: Idae069e8cf6ce69e112de08a22c94b6b590f9a69 Closes-bug: #1719048 ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1719048 Title: The scheduler runs a useless periodic task to expire quota reservations Status in OpenStack Compute (nova): Fix Released Bug description: Quota reservations were removed in the Pike release, but there is still a periodic task in the scheduler manager that runs every minute to expire reservations, which won't actually do anything. We should remove all of this code. https://github.com/openstack/nova/blob/6b0ab40e4233a480c9bdcca657f594d7e90fadc8/nova/scheduler/manager.py#L84 To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1719048/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

