1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-27 03:21:29 +03:00

Revert "Bug #766: Scheduler only filters Hosts in MONITORED state"

This reverts commit f162b2c4a9.
This commit is contained in:
Carlos Martín 2011-09-02 12:11:30 +02:00
parent 23e12b997a
commit 0caef9575a

View File

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