From 4a61d48f6eaf028c21fded87138b8b10d360bed1 Mon Sep 17 00:00:00 2001 From: pschwan Date: Wed, 20 Mar 2002 22:27:53 +0000 Subject: [PATCH] Yet another test script, this one for the DLM. --- lustre/tests/lldlm.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 lustre/tests/lldlm.sh diff --git a/lustre/tests/lldlm.sh b/lustre/tests/lldlm.sh new file mode 100755 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 <