Skip to content

Commit

Permalink
Add the URL of the multipathd issue
Browse files Browse the repository at this point in the history
Signed-off-by: muicoder <muicoder@gmail.com>

(cherry picked from commit d2b7616)
  • Loading branch information
muicoder authored and innobead committed Mar 1, 2024
1 parent 6c2cb89 commit 7e01ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/environment_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ check_multipathd() {
kubectl exec $pod -- nsenter --mount=/proc/1/ns/mnt -- bash -c "systemctl status --no-pager multipathd.service" > /dev/null 2>&1
if [ $? = 0 ]; then
node=$(kubectl get ${pod} --no-headers -o=custom-columns=:.spec.nodeName)
warn "multipathd is running on ${node}"
warn "multipathd is running on ${node} known to have a breakage that affects Longhorn. See description and solution at https://longhorn.io/kb/troubleshooting-volume-with-multipath"
return 1
fi
}
Expand Down

0 comments on commit 7e01ba1

Please sign in to comment.