From 8b1d712ab49200cebd80905d4573fa6b5636b6d8 Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 20 Nov 2002 23:27:23 +0000 Subject: [PATCH] Omission in checkin. --- lustre/tests/mcr-individual-ost-nogw-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/mcr-individual-ost-nogw-config.sh b/lustre/tests/mcr-individual-ost-nogw-config.sh index 76c9fd5..0aae281 100755 --- a/lustre/tests/mcr-individual-ost-nogw-config.sh +++ b/lustre/tests/mcr-individual-ost-nogw-config.sh @@ -34,7 +34,7 @@ do echo "server: $server" OST=ba$server # server node - ${LMC} --node $ba --tcpbuf $TCPBUF --net $OST tcp || exit 1 + ${LMC} --node $OST --tcpbuf $TCPBUF --net $OST tcp || exit 1 # the device on the server ${LMC} --node $OST --obdtype=obdecho --ost || exit 3 # osc on client -- 1.8.3.1