[Openstack] compute_nodes DB table

Michael Still michael.still at canonical.com
Mon Aug 6 07:27:01 UTC 2012


On 06/08/12 16:47, Trinath Somanchi wrote:
> Hi-
> 
> Can any one guide me on understanding the process that updates the
> compute_nodes table in nova database.

nova-compute on each compute node sends a regular message to the
nova-scheduler on the scheduler node with an update of its status. These
are saved into that table. You can see these updates in your log:

2012-08-06 17:25:59 DEBUG nova.scheduler.host_manager
[req-4549b72e-83e5-4617-9a6b-81c17609c83e None None] Received compute
service update from molokai. from (pid=5003) update_service_capabilities
/usr/lib/python2.7/dist-packages/nova/scheduler/host_manager.py:273

Cheers,
Mikal




More information about the Openstack mailing list