From af16893ad560cdd0cde19257e74d1a4510bfad08 Mon Sep 17 00:00:00 2001 From: zab Date: Wed, 11 Feb 2004 22:19:49 +0000 Subject: [PATCH] - be sure to run the tests with 0 debugging --- lustre/scripts/bdev-io-survey.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lustre/scripts/bdev-io-survey.sh b/lustre/scripts/bdev-io-survey.sh index d9355a0..016bd65 100755 --- a/lustre/scripts/bdev-io-survey.sh +++ b/lustre/scripts/bdev-io-survey.sh @@ -421,7 +421,7 @@ echo_filter_config() { fi if [ $index = 0 ]; then - if ! lmc -m $config --add net \ + if ! lmc -m $config --add net \ --node localhost --nid localhost --nettype tcp; then echo "error adding localhost net node" return 1 @@ -450,6 +450,10 @@ echo_filter_prepare() { return 1; fi running_config="$config" + + echo 0 > /proc/sys/portals/debug + echo 0 > /proc/sys/portals/subsystem_debug + if ! grep -q '^obdecho\>' /proc/modules; then local m if ! modprobe obdecho; then -- 1.8.3.1