37e471ec3d
* s390-tools: Define Rust MSRV as 1.75.0 * Add new tools / libraries: - cpacfinfo: Tool to provide CPACF information - opticsmon: Tools to monitor optical modules for directly attached PCI based NICs - pvimg: Rust rewrite of genprotimg * Changes of existing tools: - chpstat: Add data bandwidth utilization column - chpstat: Add support for full CMCB - chpstat: Add support for new CMG types - dbginfo.sh: add overview commands and crypto update - hyptop: Support for structured output (json, json-seq, csv) - lszfcp: Add missing fallback marker for non-good fc_host port_state - lszfcp: Improve speed with many SCSI devices - pvattest: Add attestation policy check command - zipl: Add support of partitions of mirror md-devices * Bug Fixes: - lszcrypt: Fix wrong state showing up for removed AP queue within SE guest - lszfcp: Show device names line for zfcp_units without SCSI device - Revendored vendor.tar.gz OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=232
29 lines
965 B
Diff
29 lines
965 B
Diff
From: Jiri Bohac <jbohac@suse.cz>
|
|
References: bsc#1219471
|
|
Subject: include 59-zfcp-compat.rules in kdump initrd
|
|
|
|
kdump uses a random one of the by-path symlinks to refer to the target
|
|
partition.
|
|
|
|
With 59-zfcp-compat.rules added to the SUSE package, symlinks in the form
|
|
/dev/disk/by-path/ccw-*.*.*-zfcp-*:*-part* are created. If kdump uses this symlink when generating
|
|
the kdump initrd it will fail on boot beacause the udev rule is missing in the kdump initrd
|
|
and the symlink not created in the kdump environment.
|
|
|
|
Fix this by including 59-zfcp-compat.rules in the kdump initrd.
|
|
|
|
---
|
|
zdev/dracut/95zdev-kdump/module-setup.sh | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/zdev/dracut/95zdev-kdump/module-setup.sh
|
|
+++ b/zdev/dracut/95zdev-kdump/module-setup.sh
|
|
@@ -78,6 +78,7 @@
|
|
inst_multiple /lib/s390-tools/zdev-from-dasd_mod.dasd
|
|
|
|
inst_rules "59-dasd.rules"
|
|
+ inst_rules "59-zfcp-compat.rules"
|
|
|
|
# Obtain kdump target device configuration
|
|
|