From 399ce08680402bbb6fdbb33c9c25a11dec160125 Mon Sep 17 00:00:00 2001 From: Markus Hilger Date: Tue, 8 Sep 2026 16:01:43 +0200 Subject: [PATCH] Stop loading InfiniBand modules the SUSE 16 media lacks This reverts commit be6c7a37948850c51ab40ad600adaaa735ba31dd. They do not exist in Leap/SLE 16 installer initrd. The diskless hook keeps its copies. imgutil's installkernel instmods all four, so they are in that image and the calls do work there. --- .../var/lib/dracut/hooks/pre-trigger/01-confluent.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/confluent_osdeploy/suse16/initramfs/var/lib/dracut/hooks/pre-trigger/01-confluent.sh b/confluent_osdeploy/suse16/initramfs/var/lib/dracut/hooks/pre-trigger/01-confluent.sh index 7b6745fc..a5bd3968 100644 --- a/confluent_osdeploy/suse16/initramfs/var/lib/dracut/hooks/pre-trigger/01-confluent.sh +++ b/confluent_osdeploy/suse16/initramfs/var/lib/dracut/hooks/pre-trigger/01-confluent.sh @@ -14,10 +14,10 @@ fi udevadm trigger udevadm trigger --type=devices --action=add udevadm settle -modprobe ib_ipoib -modprobe ib_umad -modprobe hfi1 -modprobe mlx5_ib +#modprobe ib_ipoib +#modprobe ib_umad +#modprobe hfi1 +#modprobe mlx5_ib vlaninfo=$(getarg vlan) if [ ! -z "$vlaninfo" ]; then