From 22e301453f4f64f69e8dddd71e85602d351fc764 Mon Sep 17 00:00:00 2001 From: kedarsovani Date: Thu, 30 Jan 2003 15:40:48 +0000 Subject: [PATCH] Added the NET variable during configuration. --- lustre/tests/echo.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.8.3.1