From 821de669339b36c2f10cb9fcd9aadd2c93fdd52f Mon Sep 17 00:00:00 2001 From: rread Date: Thu, 26 Dec 2002 18:04:05 +0000 Subject: [PATCH] * fix braino --- lustre/tests/llecho.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/llecho.sh b/lustre/tests/llecho.sh index 82b2c1e..e99289c 100644 --- a/lustre/tests/llecho.sh +++ b/lustre/tests/llecho.sh @@ -5,7 +5,7 @@ LCONF=${LCONF:-../utils/lconf} LMC=${LMC:-../utils/lmc} SERVER=localhost -CLIENT=localhost +CLIENT=cfs4 # FIXME: make LMC not require MDS for obdecho LOV MDSDEV=$TMP/mds1 @@ -41,7 +41,7 @@ fi if [ "$SERVER" != "$CLIENT" ]; then $LMC -m $config --add node --node $CLIENT || exit 1 - $LMC -m $config --add node --node $CLIENT --nid $CLIENT --nettype tcp || exit 2 + $LMC -m $config --add net --node $CLIENT --nid $CLIENT --nettype tcp || exit 2 fi $LMC -m $config --add echo_client --node $CLIENT --obd ${OBD_NAME} || exit 3 -- 1.8.3.1