Whamcloud - gitweb
- put Robert's file back...
authorbraam <braam>
Wed, 21 Aug 2002 03:53:09 +0000 (03:53 +0000)
committerbraam <braam>
Wed, 21 Aug 2002 03:53:09 +0000 (03:53 +0000)
lustre/tests/local.sh

index 26075a1..242bdf6 100755 (executable)
@@ -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