mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
dumpconf: add new parameter 'SCP_DATA' for SCSI/NVMe/ECKD dump devices
The new parameter 'SCP_DATA' can be used to pass additional kernel cmdline parameters to a stand-alone SCSI/NVMe/ECKD dumper for debugging purposes. Configuration example ===================== ON_PANIC=dump_reipl DUMP_TYPE=fcp DEVICE=0.0.4711 WWPN=0x5005076303004711 LUN=0x4711000000000000 BOOTPROG=0 BR_LBA=0 SCP_DATA="dump_debug=6 ignore_loglevel earlyprintk=sclp panic_print=3" Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com> Reviewed-by: Mikhail Zaslonko <zaslonko@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
This commit is contained in:
committed by
Steffen Eiden
parent
7ea0dfdc17
commit
4d2c9267c2
@@ -80,6 +80,10 @@ Cylinder, Head and Record) or "auto".
|
||||
\fB - BR_LBA:\fR
|
||||
Boot record logical block address.
|
||||
|
||||
.TP
|
||||
\fB - SCP_DATA:\fR
|
||||
SCP data for SCSI, NVMe and ECKD dump devices.
|
||||
|
||||
.TP
|
||||
\fB - VMCMD_1, VMCMD_2 ... VMCMD_8:\fR
|
||||
Up to eight CP commands, which are executed in case of a kernel panic
|
||||
|
||||
Reference in New Issue
Block a user