Skip to content

Commit 58da890

Browse files
committed
configure default lnet networks to tcp0(eth0)
1 parent 9524ba8 commit 58da890

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/kmod_installer/entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ install_lustre_client_drivers() {
7575
-w 0 \
7676
--kernelmodulestree=/host_modules \
7777
--module-arg=lnet.accept_port=${LNET_PORT} \
78+
--module-arg=lnet.networks="tcp0(eth0)" \
7879
--lsb-release-path=/host_etc/lsb-release \
7980
--insert-on-install \
8081
--logtostderr

0 commit comments

Comments
 (0)