mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
docs: link s/port-plan-failure to more helpful doc (#12968)
The shortlink /s/port-plan-failure is logged when a plan for a node is rejected to help users debug and mitigate repeated `plan for node rejected` failures. The current link to #9506 is... less than useful. It is not clear to users what steps they should take to either fix their cluster or contribute to the issue. While .../monitoring-nomad#progess isn't as comprehensive as it could be, it's a much more gentle introduction to the class of bug than the original issue.
This commit is contained in:
@@ -198,7 +198,7 @@ module.exports = [
|
||||
// change its destination in the future.
|
||||
{
|
||||
source: '/s/port-plan-failure',
|
||||
destination: 'https://github.com/hashicorp/nomad/issues/9506',
|
||||
destination: '/docs/operations/monitoring-nomad#progress',
|
||||
permanent: false,
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user