Whamcloud - gitweb
- In ordinary writes (not O_DIRECT) do not round the data object file
[fs/lustre-release.git] / lustre / tests / local.sh
1 #!/bin/bash
2
3 config=uml.xml
4 LMC=../utils/lmc
5
6 echo "FIXME: autoformat is no by default, edit $config to change"
7
8 # create nodes
9 ${LMC} -o $config --node localhost --net localhost tcp 
10
11 # configure mds server
12 ${LMC} -m $config  --node localhost --mds mds1 /tmp/mds1 50000
13
14 # configure ost
15 ${LMC} -m $config  --node localhost --ost /tmp/ost1 100000
16 # is this needed?
17 # ${LMC} -m $config  --node localhost --mdc MDC_mds1
18
19 # create client config
20 ${LMC} -m $config  --node localhost --mtpt /mnt/lustre mds1 ost1
21