dbginfo.sh: add hex FCP LUN to multipath FC addressing

Make use of multipath-tools 0.8.9 commit
("libmultipath: add %L path wildcard for 64-bit hex LUN")
260d7cb411 .
Multipath-tools versions that do not know the format wildcard simply
ignore it and expand to an empty string, so it's backwards compatible.

Signed-off-by: Steffen Maier <maier@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Steffen Maier
2022-02-15 20:59:20 +01:00
committed by Jan Höppner
parent 08e4520a4f
commit d311506dc4
2 changed files with 2 additions and 1 deletions

View File

@@ -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:

View File

@@ -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'\