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:
+4
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user