Whamcloud - gitweb
* fix braino
authorrread <rread>
Thu, 26 Dec 2002 18:04:05 +0000 (18:04 +0000)
committerrread <rread>
Thu, 26 Dec 2002 18:04:05 +0000 (18:04 +0000)
lustre/tests/llecho.sh

index 82b2c1e..e99289c 100644 (file)
@@ -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