Skip to content

Commit 1287176

Browse files
committed
M #-: Host State 1 (MONITORING_MONITORED) not used
1 parent 8d69503 commit 1287176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schedm/SchedulerManagerDriver.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ int SchedulerManagerDriver::setup_place_pools(SchedRequest &sr) const
157157
// -------------------------------------------------------------------------
158158
// Host matching
159159
// -------------------------------------------------------------------------
160-
int rc = hpool->search(sr.hpool.ids, "state = 1 OR state = 2");
160+
int rc = hpool->search(sr.hpool.ids, "state = 2");
161161

162162
if ( rc != 0 )
163163
{

0 commit comments

Comments
 (0)