Whamcloud - gitweb
- install setup scripts and config
[fs/lustre-release.git] / lustre / tests / lustre.cfg
1 #!/bin/sh
2 # Config file for running tests on a single host over loopback TCP
3 NETWORK=tcp
4 LOCALHOST=localhost
5 SERVER=localhost
6 PORT=1234
7
8 # Config file for setting up a metadata server
9 MDSFS=extN
10 MDSDEV=/tmp/mds
11 MDSSIZE=25000
12 SETUP_MDS=y
13 # LOVUUID=LovUUID
14
15 # Config file for mounting a client Lustre filesystem
16 SETUP_MDC=y
17 SETUP_OSC=y
18 OSCMT=/mnt/lustre
19 SETUP_MOUNT=y
20
21 # Config file for setting up an object storage target with obdfilter
22 OSTDEV=/tmp/ost
23 OSTSIZE=10000
24 OSTFS=extN
25 OSTTYPE=obdfilter
26 SETUP_OST=y