Whamcloud - gitweb
add --tcpbuf option to lconf
authorrread <rread>
Fri, 30 Aug 2002 01:18:25 +0000 (01:18 +0000)
committerrread <rread>
Fri, 30 Aug 2002 01:18:25 +0000 (01:18 +0000)
lustre/tests/mcr.sh

index baee3fa..ea7d10f 100755 (executable)
@@ -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