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:
Michael Schurter
2022-05-12 13:59:17 -07:00
committed by GitHub
parent 1231d8140b
commit e611b099d3

View File

@@ -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,
},