mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-03 03:50:08 +00:00
This commit is contained in:
parent
affa429493
commit
0e6365d8c6
@ -331,11 +331,13 @@ EOF
|
||||
env -i "PATH=${PATH}" /tmp/ofed/mountpoint/mlnxofedinstall "${MLNXOFED_OPTS[@]}"
|
||||
|
||||
#force openibd load all modules in need, restart again
|
||||
sleep 1
|
||||
service openibd restart
|
||||
if [ "$?" != "0" ] ;then
|
||||
echo "[Error] service openibd restart failed."
|
||||
exit 1
|
||||
if [ "$NODESETSTATE" = "boot" ]; then
|
||||
sleep 1
|
||||
service openibd restart
|
||||
if [ "$?" != "0" ]; then
|
||||
echo "[Error] service openibd restart failed."
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user