From 3dd7611dc2a0f31fbabc16b4fa587889898fecd7 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 11 Aug 2020 15:00:41 -0400 Subject: [PATCH] Try to enable high speed fabrics during genesis start --- .../genesis/initramfs/opt/confluent/bin/rungenesis | 3 +++ 1 file changed, 3 insertions(+) diff --git a/confluent_osdeploy/genesis/initramfs/opt/confluent/bin/rungenesis b/confluent_osdeploy/genesis/initramfs/opt/confluent/bin/rungenesis index c75a36e3..c81a5b86 100644 --- a/confluent_osdeploy/genesis/initramfs/opt/confluent/bin/rungenesis +++ b/confluent_osdeploy/genesis/initramfs/opt/confluent/bin/rungenesis @@ -12,6 +12,9 @@ HostKey /etc/ssh/ssh_host_ed25519_key PermitRootLogin yes AuthorizedKeysFile .ssh/authorized_keys EOF +modprobe ib_ipoib +modprobe hfi1 +modprobe mlx5_ib mkdir ~/.ssh cat /ssh/*.rootpubkey > ~/.ssh/authorized_keys cat /tls/*.pem > /etc/confluent/ca.pem