mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
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:
committed by
Jan Höppner
parent
08e4520a4f
commit
d311506dc4
@@ -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:
|
||||
|
||||
|
||||
@@ -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'\
|
||||
|
||||
Reference in New Issue
Block a user