mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
dbginfo.sh: collect config files of systemd-modules-load.service
Recent multipath-tools can depend on this.a1eabea75e("multipathd.service: drop ExecStartPre for loading dm-multipath")92f0893ac1("multipath-tools: install modules-load.d/multipath.conf") This can now also include /usr/lib/modules-load.d/s390-pkey.conf Complements v2.8.0 commitdffd41943e("pkey: Support autoloading kernel pkey module"). 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
a28b396d9e
commit
a26f61c4fe
@@ -14,6 +14,7 @@ Release history for s390-tools (MIT version)
|
||||
build environments without access to `pandoc`
|
||||
- dbginfo.sh: Add multipath info to map paths to FC addressing and prio group
|
||||
- dbginfo.sh: Sort list of environment variables for readability
|
||||
- dbginfo.sh: Collect config files of systemd-modules-load.service
|
||||
|
||||
Bug Fixes:
|
||||
|
||||
|
||||
@@ -382,6 +382,7 @@ CONFIGFILES="\
|
||||
/etc/lvm\
|
||||
/etc/modprobe.conf*\
|
||||
/etc/modprobe.d\
|
||||
/etc/modules-load.d/*.conf\
|
||||
/etc/mtab\
|
||||
/etc/multipath\
|
||||
/etc/network\
|
||||
@@ -404,7 +405,10 @@ CONFIGFILES="\
|
||||
/etc/xinet.d\
|
||||
$(find /lib/modules -name modules.dep 2>/dev/null)\
|
||||
/lib/systemd/system/docker.service\
|
||||
/usr/lib/modules-load.d/*.conf\
|
||||
/usr/lib/systemd/system\
|
||||
/usr/local/lib/modules-load.d/*.conf\
|
||||
/run/modules-load.d/*.conf\
|
||||
/run/udev/chreiplzfcpmp-ipl-volume-id\
|
||||
/run/udev/rules.d\
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user