From 8cf471ef48f1f063086dbe34c36ee46aff9dc098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCttler?= Date: Fri, 20 Dec 2024 12:38:47 +0100 Subject: [PATCH] Update troubleshooting-volume-with-multipath.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Güttler --- content/kb/troubleshooting-volume-with-multipath.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/kb/troubleshooting-volume-with-multipath.md b/content/kb/troubleshooting-volume-with-multipath.md index ed205cf4e..e1cbc2508 100644 --- a/content/kb/troubleshooting-volume-with-multipath.md +++ b/content/kb/troubleshooting-volume-with-multipath.md @@ -36,6 +36,10 @@ This is caused by multipath creating a multipath device for any eligible device ### Troubleshooting +If you don't need multipath, then disable it. + +If you need multipath, then follow these steps to configure it correctly: + 1. Find the major:minor number of the Longhorn device. On the node, try `ls -l /dev/longhorn/`. The major:minor number will be shown as e.g. `8, 32` before the device name. ```