----- Original Message ----- > From: "Kai Brennenstuhl" <[email protected]> > To: [email protected] > Sent: Thursday, June 26, 2014 8:56:20 AM > Subject: [Openstack] [openstack][nova] Compute node update interval > > Hi, > > how can I specify the interval in which the (free) resources of my compute > nodes are updated and written into the DB? > I looked into nova.conf doc and already changed the following attributes: > > heal_instance_info_cache_interval = 20 > service_down_time = 20 > periodic_fuzzy_delay = 20 > qpid_heartbeat = 20 > scheduler_driver_task_period = 20 > > call_timeout = 20 > db_check_interval = 20 > > But the update interval in which the resources are written into the > database still is about one minute. > > Which parameters should I change? Or is this configuration done somewhere > else than in nova.conf?
Hi Kai, I think you are after the report_interval [1], although the default is actually 10 seconds. Thanks, Steve [1] http://docs.openstack.org/trunk/config-reference/content/list-of-compute-config-options.html _______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
