From 16f03bb2a2a45e00e0eddbbb5a1151b6045ec475 Mon Sep 17 00:00:00 2001 From: rread Date: Fri, 30 Aug 2002 01:18:25 +0000 Subject: [PATCH] add --tcpbuf option to lconf --- lustre/tests/mcr.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/mcr.sh b/lustre/tests/mcr.sh index baee3fa..ea7d10f 100755 --- a/lustre/tests/mcr.sh +++ b/lustre/tests/mcr.sh @@ -29,14 +29,14 @@ h2ip () { # Client node ${LMC} --node client --net '*' elan || exit 1 # Router node -${LMC} --router --node $ROUTER --net `h2ip $ROUTER` tcp $PORT || exit 1 +${LMC} --router --node $ROUTER --tcpbuf $TCPBUF --net `h2ip $ROUTER` tcp $PORT || exit 1 ${LMC} --node $ROUTER --net `h2elan $ROUTER` elan|| exit 1 ${LMC} --node $ROUTER --route elan `h2elan $ROUTER` `h2elan $CLIENT_LO` `h2elan $CLIENT_HI` || exit 2 for s in $SERVERS do # server node - ${LMC} --node $s --net $s tcp $PORT || exit 1 + ${LMC} --node $s --tcpbuf $TCPBUF --net $s tcp $PORT || exit 1 # route to server ${LMC} --node $ROUTER --route tcp `h2ip $ROUTER` $s || exit 2 # the device on the server -- 1.8.3.1