2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-09-09 22:46:45 +00:00

Load the InfiniBand modules for SUSE 16 installs

They stayed commented out when the hook was forked from el8, so an
IPoIB-only node had no path to the deploy server. The diskless hook
loads them already.
This commit is contained in:
Markus Hilger
2026-09-07 02:56:54 +02:00
parent 9e8fc106a1
commit be6c7a3794
@@ -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