Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b43559b
)
Yet another test script, this one for the DLM.
author
pschwan
<pschwan>
Wed, 20 Mar 2002 22:27:53 +0000
(22:27 +0000)
committer
pschwan
<pschwan>
Wed, 20 Mar 2002 22:27:53 +0000
(22:27 +0000)
lustre/tests/lldlm.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/lustre/tests/lldlm.sh
b/lustre/tests/lldlm.sh
new file mode 100755
(executable)
index 0000000..
e3d3e6f
--- /dev/null
+++ b/
lustre/tests/lldlm.sh
@@ -0,0
+1,17
@@
+#!/bin/sh
+
+SRCDIR="`dirname $0`"
+. $SRCDIR/common.sh
+
+setup_ldlm
+
+mknod /dev/obd c 10 241
+echo 8191 > /proc/sys/portals/debug
+
+$R/usr/src/obd/utils/obdctl <<EOF
+device 0
+attach ldlm
+setup
+test_ldlm
+quit
+EOF