We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d69503 commit 1287176Copy full SHA for 1287176
src/schedm/SchedulerManagerDriver.cc
@@ -157,7 +157,7 @@ int SchedulerManagerDriver::setup_place_pools(SchedRequest &sr) const
157
// -------------------------------------------------------------------------
158
// Host matching
159
160
- int rc = hpool->search(sr.hpool.ids, "state = 1 OR state = 2");
+ int rc = hpool->search(sr.hpool.ids, "state = 2");
161
162
if ( rc != 0 )
163
{
0 commit comments