Whamcloud - gitweb
Missed one of the "OBDDEV" changes to allow common cleanup in llecho.sh.
authoradilger <adilger>
Tue, 23 Apr 2002 07:37:38 +0000 (07:37 +0000)
committeradilger <adilger>
Tue, 23 Apr 2002 07:37:38 +0000 (07:37 +0000)
lustre/tests/llecho.sh
lustre/tests/llsetup.sh
lustre/tests/net-client.cfg

index f451e4c..e0a2328 100644 (file)
@@ -13,7 +13,7 @@ setup_lustre
 
 $OBDCTL <<EOF
 device 0
-attach obdecho ECHODEV
+attach obdecho OBDDEV
 setup
 device 1
 attach ost OSTDEV
@@ -25,6 +25,7 @@ quit
 EOF
 
 cat <<EOF
+
 run getattr tests as:
 obdctl --device 2 test_getattr 1000000
 EOF
index 7a2a5ae..0b1fc4a 100644 (file)
@@ -8,5 +8,5 @@ setup_opts "$@"
 setup_portals
 setup_lustre
 
-setup_server
+setup_server new_fs
 setup_client
index 64986ca..e25c19f 100644 (file)
@@ -4,3 +4,8 @@ NETWORK=tcp
 LOCALHOST=dev5
 SERVER=dev4
 PORT=1234
+
+[ -z "$RSH" ] && RSH=ssh
+SERVER_DNS=dev4
+MDS_RSH="$RSH $SERVER_DNS"
+OST_RSH="$RSH $SERVER_DNS"