From: kedarsovani Date: Thu, 30 Jan 2003 15:40:48 +0000 (+0000) Subject: Added the NET variable during configuration. X-Git-Tag: v1_7_110~2^11~203 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=22e301453f4f64f69e8dddd71e85602d351fc764;p=fs%2Flustre-release.git Added the NET variable during configuration. --- diff --git a/lustre/tests/echo.sh b/lustre/tests/echo.sh index d869643..c88a2b4 100755 --- a/lustre/tests/echo.sh +++ b/lustre/tests/echo.sh @@ -27,7 +27,7 @@ STRIPES_PER_OBJ=2 # 0 means stripe over all OSTs rm -f $config # create nodes $LMC --add node --node $SERVER || exit 1 -$LMC --add net --node $SERVER --nid $SERVER --nettype tcp || exit 2 +$LMC --add net --node $SERVER --nid $SERVER --nettype $NET || exit 2 if (($LOV)); then $LMC --add mds --node $SERVER --mds mds1 --dev $MDSDEV --size $MDSSIZE || exit 10 @@ -42,7 +42,7 @@ fi if [ "$SERVER" != "$CLIENT" ]; then $LMC --add node --node $CLIENT || exit 1 - $LMC --add net --node $CLIENT --nid $CLIENT --nettype tcp || exit 2 + $LMC --add net --node $CLIENT --nid $CLIENT --nettype $NET || exit 2 fi $LMC --add echo_client --node $CLIENT --obd ${OBD_NAME} || exit 3