From e611b099d30dfd65ca8a2b73333c989c9aa477fe Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Thu, 12 May 2022 13:59:17 -0700 Subject: [PATCH] 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. --- website/redirects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/redirects.js b/website/redirects.js index a0f1e7f65ed..37f0a57d3af 100644 --- a/website/redirects.js +++ b/website/redirects.js @@ -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, },