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:
parent
23e12b997a
commit
0caef9575a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user