mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
dbginfo.sh: collect config- and debug-data for chreipl-fcp-mpath
When built with `D=1` chreipl-fcp-mpath automatically creates debug data for the helpers that run during udev event processing. This is the only way to effectively debug what is happening during event processing in chreipl-fcp-mpath. Collect this data under its default path in /run/udev/. Also collect the chreipl-fcp-mpath statefile which contains WWID, Device Bus-ID and LUN of the last path that was detected to represent a FCP re-IPL device. Suggested-by: Steffen Maier <maier@linux.ibm.com> Reviewed-by: Steffen Maier <maier@linux.ibm.com> Signed-off-by: Benjamin Block <bblock@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
04be704083
commit
cb831aea44
@@ -347,6 +347,7 @@ LOGFILES="\
|
||||
/var/log/openvswitch/ovsdb-server.log\
|
||||
/run/docker/libcontainerd/containerd/events.log\
|
||||
/run/containerd/events.log\
|
||||
/run/udev/chreiplzfcpmp-[0-9][0-9][a-z][a-z][a-z][a-z]-*\
|
||||
"
|
||||
|
||||
########################################
|
||||
@@ -404,6 +405,7 @@ CONFIGFILES="\
|
||||
/lib/systemd/system/docker.service\
|
||||
/usr/lib/systemd/system\
|
||||
/etc/apparmor.d\
|
||||
/run/udev/chreiplzfcpmp-ipl-volume-id\
|
||||
"
|
||||
|
||||
########################################
|
||||
|
||||
Reference in New Issue
Block a user