1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

Bug : Scheduler only filters Hosts in MONITORED state

This commit is contained in:
Carlos Martín 2011-08-08 09:40:05 -07:00
parent 17cfe9635c
commit f162b2c4a9

@ -46,7 +46,7 @@ protected:
int get_suitable_nodes(vector<xmlNodePtr>& content)
{
return get_nodes("/HOST_POOL/HOST[STATE<3]", content);
return get_nodes("/HOST_POOL/HOST[STATE=2]", content);
};
void add_object(xmlNodePtr node);