Skip to content

Commit 7765f04

Browse files
committed
update comment
1 parent eaa616e commit 7765f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scheduler/reconciler/filters.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ func (set allocSet) filterByTainted(state ClusterState) (untainted, migrate, los
139139
}
140140

141141
if alloc.TerminalStatus() && !shouldReconnect {
142-
// Server-terminal allocs, if supportsDisconnectedClient and not reconnect,
142+
// Server-terminal allocs, if they shouldn't reconnect,
143143
// are probably stopped replacements and should be ignored
144144
if alloc.ServerTerminalStatus() {
145145
ignore[alloc.ID] = alloc

0 commit comments

Comments
 (0)