From 81f32ae1e9a289ecf9910a86ace3604b37d4ec3d Mon Sep 17 00:00:00 2001 From: pschwan Date: Fri, 22 Mar 2002 19:33:12 +0000 Subject: [PATCH] - added non-fatal qswnal insertion to common.sh - fixed up various scripts to use the common.sh variables --- lustre/tests/common.sh | 1 + lustre/tests/lldlm.sh | 4 ++-- lustre/tests/llmount-client.sh | 29 +++++++++-------------------- lustre/tests/llmount-server.sh | 26 +++++++++----------------- lustre/tests/llmount.sh | 4 +++- 5 files changed, 24 insertions(+), 40 deletions(-) diff --git a/lustre/tests/common.sh b/lustre/tests/common.sh index fced05a..c99b774 100644 --- a/lustre/tests/common.sh +++ b/lustre/tests/common.sh @@ -55,6 +55,7 @@ setup() { [ -c /dev/portals ] || mknod /dev/portals c 10 240 insmod $R/usr/src/portals/linux/oslib/portals.o || exit -1 + insmod $R/usr/src/portals/linux/qswnal/kqswnal.o insmod $R/usr/src/portals/linux/socknal/ksocknal.o || exit -1 $ACCEPTOR 1234 & diff --git a/lustre/tests/lldlm.sh b/lustre/tests/lldlm.sh index e3d3e6f..1ab3d24 100755 --- a/lustre/tests/lldlm.sh +++ b/lustre/tests/lldlm.sh @@ -6,9 +6,9 @@ SRCDIR="`dirname $0`" setup_ldlm mknod /dev/obd c 10 241 -echo 8191 > /proc/sys/portals/debug +echo 0xffffffff > /proc/sys/portals/debug -$R/usr/src/obd/utils/obdctl <