diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f9c68fe..52788fc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ Release history for s390-tools (MIT version) - dbginfo.sh: replace "which" by builtin command "type" - chreipl-fcp-mpath: bundle a pre-cooked version of the manpage for build environments without access to `pandoc` + - dbginfo.sh: Add multipath info to map paths to FC addressing and prio group Bug Fixes: diff --git a/scripts/dbginfo.sh b/scripts/dbginfo.sh index 56c83927..6e22e7e8 100755 --- a/scripts/dbginfo.sh +++ b/scripts/dbginfo.sh @@ -463,7 +463,7 @@ CMDS="${CMDS}\ :multipathd -k'show maps'\ :multipathd -k'show topo'\ :multipathd -k'show paths'\ - :multipathd -k'show paths format %w|%a|%r|%p|%i|%d|%D|%t|%T|%o|%0|%C' | sort\ + :multipathd -k'show paths format %w|%a|%r|%L|%p|%i|%d|%D|%t|%T|%o|%0|%C' | sort\ :multipathd -k'show maps stats'\ :multipathd -k'show maps status'\ :multipathd -k'show status'\