dbginfo.sh: (re)group commands by z device

This change will group the commands executed for Z device subsystem
into a section with a comment.
By grouping, we try to enhance the handling in our runtime.out file and
help to understand the purpose of command groups.

In addition we did get feedback for promoting some commands to the top.
lspci -t was added on request of SMEs during the discussions

Signed-off-by: Joern Siglen <siglen@de.ibm.com>
Reviewed-by: Sa Liu <saliu@de.ibm.com>
Reviewed-by: Mario Held <mario.held@de.ibm.com>
Acked-by: Nicklas Schnelle <Niklas.Schnelle@ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Joern Siglen
2022-02-16 11:48:21 +01:00
committed by Jan Höppner
parent 2677a4182d
commit be47b51890

View File

@@ -435,20 +435,27 @@ CMDS="uname -a\
:mount\
"
# Z device subsystem commands (first commands in non alphabetical order)
CMDS="${CMDS}\
:lschp\
:lscss\
:lszdev\
:find /dev -print0 | sort -z | xargs -0 -n 10 ls -ld\
:lspci -t\
:lspci -vv\
:lstape\
:smc_dbg\
"
CMDS="${CMDS}\
:dmsetup ls\
:dmsetup ls --tree\
:dmsetup table\
:dmsetup table --target multipath\
:dmsetup status\
:lschp\
:lscss\
:lsdasd\
:lsdasd -u\
:lspci -vv\
:lsscsi\
:lstape\
:lszdev\
:lszfcp\
:lszfcp -D\
:lszfcp -V\
@@ -466,8 +473,6 @@ CMDS="${CMDS}\
:multipath -d\
:multipath -t\
:pvpath -qa\
:find /dev -print0 | sort -z | xargs -0 -n 10 ls -ld\
:smc_dbg\
:lvdisplay\
:ziorep_config -ADM\
"