Skip to content

Commit

Permalink
Update harmony/harmonytask/harmonytask.go
Browse files Browse the repository at this point in the history
Co-authored-by: LexLuthr <[email protected]>
  • Loading branch information
strahe and LexLuthr authored Jan 14, 2025
1 parent b3f0e3c commit 0a1d2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harmony/harmonytask/harmonytask.go
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ func (e *TaskEngine) poller() {
continue
}
if !schedulable {
log.Debugf("Machine %s is not schedulable", e.hostAndPort)
log.Debugf("Machine %s is not schedulable. Please check the cordon status.", e.hostAndPort)
continue
}

Expand Down

0 comments on commit 0a1d2ef

Please sign in to comment.