Whamcloud - gitweb
- add more infrastructure to handle extents and debug.
[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
12 setup_portals
13
14 $OBDCTL <<EOF
15 device 0
16 attach ldlm
17 setup
18 test_ldlm
19 quit
20 EOF