From 13cac5de44b409fcf1975a7dbb2f9a856647088a Mon Sep 17 00:00:00 2001 From: Steffen Maier Date: Sat, 23 Jul 2022 10:09:21 +0200 Subject: [PATCH] dbginfo.sh: also collect "local" multipath-tools config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Easier to read for a first glimpse than the (still required) full config. $ man multipathd list|show config local Show the currently used configuration like show config, but lim‐ iting the devices section to those devices that are actually present in the system. Works as of multipath-tools 0.7.8 commit c23924dc74ee ("multipathd: implement "show config local"") Signed-off-by: Steffen Maier Signed-off-by: Jan Höppner --- scripts/dbginfo.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/dbginfo.sh b/scripts/dbginfo.sh index 7465eb90..fd2a6897 100755 --- a/scripts/dbginfo.sh +++ b/scripts/dbginfo.sh @@ -467,6 +467,7 @@ CMDS="${CMDS}\ :dmsetup table --target multipath\ :dmsetup status\ :multipathd -k'show config'\ + :multipathd -k'show config local'\ :multipathd -k'show maps'\ :multipathd -k'show topo'\ :multipathd -k'show paths'\