2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 01:56:39 +00:00

Merge pull request #4927 from bybai/iba

enhance mlnxofed_ib_install.v2 return 1 when service openibd restart …
This commit is contained in:
Weihua Hu 2018-03-13 15:35:30 +08:00 committed by GitHub
commit fbad9d9e64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -328,6 +328,10 @@ EOF
#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
fi
fi
if [[ "$NODESETSTATE" == "genimage" ]]; then