Whamcloud - gitweb
Yet another test script, this one for the DLM.
[fs/lustre-release.git] / lustre / tests / lldlm.sh
1 #!/bin/sh
2
3 SRCDIR="`dirname $0`"
4 . $SRCDIR/common.sh
5
6 setup_ldlm
7
8 mknod /dev/obd c 10 241
9 echo 8191 > /proc/sys/portals/debug
10
11 $R/usr/src/obd/utils/obdctl <<EOF
12 device 0
13 attach ldlm
14 setup
15 test_ldlm
16 quit
17 EOF