2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-01-27 11:30:06 +00:00

Try to enable high speed fabrics during genesis start

This commit is contained in:
Jarrod Johnson 2020-08-11 15:00:41 -04:00
parent 9291037e87
commit 3dd7611dc2

View File

@ -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