Looking into the scheduler a bit there's an issue of duplicated effort that is 
a little puzzling.  The database table `compute_nodes' is being updated 
periodically with data about capabilities and resources used (memory, vcpus, 
...) while at the same time a periodic RPC call is being made to the scheduler 
sending pretty much the same data.

Does anyone know why we are updating the same data in two different place using 
two different mechanisms?  Also, assuming we were to remove one of these 
updates, which one should go?  (I thought at one point in time there was a goal 
to create a database free compute node which would imply we should remove the 
DB update.)

--
Don Dugger
"Censeo Toto nos in Kansa esse decisse." - D. Gale
Ph: 303/443-3786



_______________________________________________
OpenStack-dev mailing list
[email protected]
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to