mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
dbginfo.sh: (re)group commands by block/scsi
This change will group the commands executed for block and scsi devices into a section with a comment. By grouping, we intend 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. 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> Reviewed-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
be47b51890
commit
02a0d12988
+10
-8
@@ -447,18 +447,18 @@ CMDS="${CMDS}\
|
||||
:smc_dbg\
|
||||
"
|
||||
|
||||
# block device and other scsi device commands (in non alphabetical order)
|
||||
# command groups itself have an intentional topical grouping and order
|
||||
CMDS="${CMDS}\
|
||||
:lsdasd\
|
||||
:lsdasd -u\
|
||||
:lvdisplay\
|
||||
:pvpath -qa\
|
||||
:dmsetup ls\
|
||||
:dmsetup ls --tree\
|
||||
:dmsetup table\
|
||||
:dmsetup table --target multipath\
|
||||
:dmsetup status\
|
||||
:lsdasd\
|
||||
:lsdasd -u\
|
||||
:lsscsi\
|
||||
:lszfcp\
|
||||
:lszfcp -D\
|
||||
:lszfcp -V\
|
||||
:multipathd -k'show config'\
|
||||
:multipathd -k'show maps'\
|
||||
:multipathd -k'show topo'\
|
||||
@@ -472,9 +472,11 @@ CMDS="${CMDS}\
|
||||
:multipath -v6 -ll\
|
||||
:multipath -d\
|
||||
:multipath -t\
|
||||
:pvpath -qa\
|
||||
:lvdisplay\
|
||||
:lszfcp\
|
||||
:lszfcp -D\
|
||||
:lszfcp -V\
|
||||
:ziorep_config -ADM\
|
||||
:lsscsi\
|
||||
"
|
||||
|
||||
# crypto specific commands
|
||||
|
||||
Reference in New Issue
Block a user