Whamcloud - gitweb
Create sparse files unless using one of the gzipped sizes. Waiting for
[fs/lustre-release.git] / lustre / tests / lldlm.sh
1 #!/bin/sh
2
3 SRCDIR="`dirname $0`"
4 . $SRCDIR/common.sh
5
6 NETWORK=tcp
7 LOCALHOST=localhost
8 SERVER=localhost
9 PORT=1234
10
11 setup_portals
12 setup_lustre
13 read
14
15 $OBDCTL <<EOF
16 device 0
17 attach ldlm LDLMDEV
18 setup
19 test_ldlm
20 quit
21 EOF