From: braam Date: Wed, 21 Aug 2002 03:53:09 +0000 (+0000) Subject: - put Robert's file back... X-Git-Tag: 0.5.5~106 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=1ab1f42e241d3b789d971a2f06193f5512ea210a;p=fs%2Flustre-release.git - put Robert's file back... --- diff --git a/lustre/tests/local.sh b/lustre/tests/local.sh index 26075a1..242bdf6 100755 --- a/lustre/tests/local.sh +++ b/lustre/tests/local.sh @@ -1,21 +1,16 @@ #!/bin/bash -config=uml.xml +config=local.xml LMC=../utils/lmc -echo "FIXME: autoformat is no by default, edit $config to change" - # create nodes -${LMC} -o $config --node localhost --net localhost tcp +${LMC} -o $config --node localhost --net uml1 tcp # configure mds server -${LMC} -m $config --node localhost --mds mds1 /tmp/mds1 50000 +${LMC} -m $config --format --node localhost --mds mds1 /tmp/mds1 50000 # configure ost -${LMC} -m $config --node localhost --ost /tmp/ost1 100000 -# is this needed? -# ${LMC} -m $config --node localhost --mdc MDC_mds1 +${LMC} -m $config --format --node localhost --ost /tmp/ost1 100000 # create client config -${LMC} -m $config --node localhost --mtpt /mnt/lustre mds1 ost1 - +${LMC} -m $config --node localhost --mtpt /mnt/lustre mds1 OSC_localhost