Skip to content

Commit

Permalink
core: add plan rejetion URL to node ineligibility event
Browse files Browse the repository at this point in the history
  • Loading branch information
lgfa29 committed Jul 8, 2022
1 parent ff8f670 commit bd833f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nomad/state/state_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const (
// the same node may indicate an underlying issue not detected by Nomad.
// The plan applier keeps track of plan rejection history and will mark
// nodes as ineligible if they cross a given threshold.
NodeEligibilityEventPlanRejectThreshold = "Node marked as ineligible for scheduling due to multiple plan rejections"
NodeEligibilityEventPlanRejectThreshold = "Node marked as ineligible for scheduling due to multiple plan rejections, refer to https://www.nomadproject.io/s/port-plan-failure for more information"

// NodeRegisterEventRegistered is the message used when the node becomes
// registered.
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/operations/monitoring-nomad.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ When a node is marked as ineligible due to excessive plan rejections, the
following node event is registered:

```
Node marked as ineligible for scheduling due to multiple plan rejections
Node marked as ineligible for scheduling due to multiple plan rejections, refer to https://www.nomadproject.io/s/port-plan-failure for more information
```

Along with the log line:
Expand Down

0 comments on commit bd833f9

Please sign in to comment.