Reviewed: https://review.openstack.org/565526 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=41d6b479fe8baf66578044b8773c3b892d64a2c4 Submitter: Zuul Branch: master
commit 41d6b479fe8baf66578044b8773c3b892d64a2c4 Author: Surya Seetharaman <[email protected]> Date: Tue May 1 17:51:10 2018 +0200 Make association_refresh configurable The provider-tree refresh in the SchedulerReportClient() instance of each compute node happens every five minutes as it is hard coded. This patch adds this update interval as a new config option which can be set/changed on each compute node. Change-Id: I00f92aac44d7b0169f94940ef389796c782b0cc1 Closes-Bug: #1767309 ** 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/1767309 Title: Placement - Make association_refresh configurable Status in OpenStack Compute (nova): Fix Released Status in OpenStack Compute (nova) queens series: Triaged Bug description: In Queens the provider-tree refresh happens every 5 min (also in master). ASSOCIATION_REFRESH = 300 For large deployments this creates unnecessary load in placement. This option should be configurable. related with: https://review.openstack.org/#/c/535517/ To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1767309/+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

