From: pschwan Date: Fri, 22 Mar 2002 19:33:12 +0000 (+0000) Subject: - added non-fatal qswnal insertion to common.sh X-Git-Tag: v1_7_100~5876 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=81f32ae1e9a289ecf9910a86ace3604b37d4ec3d;p=fs%2Flustre-release.git - added non-fatal qswnal insertion to common.sh - fixed up various scripts to use the common.sh variables --- 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 <