Comment 1 for bug 1285259

Revision history for this message
Juan Manuel Ollé (juan-m-olle) wrote :

Additional info.

after evacuate the database query

select hypervisor_hostname,running_vms from compute_nodes;

report

+---------------------+-------------+
| hypervisor_hostname | running_vms |
+---------------------+-------------+
| jmolle-Controller | 1 |
| jmolle-Node1 | 1 |
+---------------------+-------------+

but as soon as the compute node goes up, it update the database reportin running_vm = 0

should the evacuate command if it is succesful update the compute node to report that no instance is running?