X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2Fllecho.sh;h=95d40f8686303c036fe82f94b850512075544216;hb=2bc269cffb5d92d3023c4695bbda6da2c282f003;hp=e0a2328cbd7d6505e0aeba7114cd90f6bc7b77b9;hpb=ea87ebe9fede5137d0d244fa7df256825fb0964a;p=fs%2Flustre-release.git diff --git a/lustre/tests/llecho.sh b/lustre/tests/llecho.sh index e0a2328..95d40f8 100644 --- a/lustre/tests/llecho.sh +++ b/lustre/tests/llecho.sh @@ -1,31 +1,20 @@ #!/bin/sh -SRCDIR="`dirname $0`" -. $SRCDIR/common.sh +config=echo.xml +lmc=../utils/lmc +lconf=../utils/lconf -NETWORK=tcp -LOCALHOST=localhost -SERVER=localhost -PORT=1234 +# create nodes +$lmc -o $config --node localhost --net localhost tcp +$lmc -m $config --node localhost --obdtype=obdecho --ost +# force the osc to be configured (this is normally done when it is mounted) +$lmc -m $config --node localhost --osc OSC_localhost -setup_portals -setup_lustre - -$OBDCTL <