Skip to content

Commit

Permalink
core: add namespace to plan for node rejected log line.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasell committed May 4, 2022
1 parent 52faa16 commit 45b5c57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nomad/plan_apply.go
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,8 @@ func evaluatePlanPlacements(pool *EvaluatePool, snap *state.StateSnapshot, plan
//monitor the disagreement between workers and
//the plan applier.
logger.Info("plan for node rejected, refer to https://www.nomadproject.io/s/port-plan-failure for more information",
"node_id", nodeID, "reason", reason, "eval_id", plan.EvalID)
"node_id", nodeID, "reason", reason, "eval_id", plan.EvalID,
"namespace", plan.Job.Namespace)
}
// Set that this is a partial commit
partialCommit = true
Expand Down

0 comments on commit 45b5c57

Please sign in to comment.