From: yujian Date: Thu, 16 Jul 2009 01:59:07 +0000 (+0000) Subject: Branch b_release_1_8_1 X-Git-Tag: 1.8.1~21 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=675761a29443a990e6b74f377465c75d9a3ec0d9;p=fs%2Flustre-release.git Branch b_release_1_8_1 b=20047 i=robert.read i=yong.fan reset debug level if lustre was already mounted --- diff --git a/lustre/tests/replay-ost-single.sh b/lustre/tests/replay-ost-single.sh index b5d92d3..d3abacb 100755 --- a/lustre/tests/replay-ost-single.sh +++ b/lustre/tests/replay-ost-single.sh @@ -2,7 +2,6 @@ set -e -PTLDEBUG=${PTLDEBUG:--1} LUSTRE=${LUSTRE:-$(cd $(dirname $0)/..; echo $PWD)} SETUP=${SETUP:-""} CLEANUP=${CLEANUP:-""} diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index c4ec15d..a3332cc 100644 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -1515,6 +1515,11 @@ check_and_setup_lustre() { check_config $MOUNT init_facets_vars init_param_vars + + do_nodes $(comma_list $(nodes_list)) "lctl set_param debug=\\\"$PTLDEBUG\\\"; + lctl set_param subsystem_debug=\\\"${SUBSYSTEM# }\\\"; + lctl set_param debug_mb=${DEBUG_SIZE}; + sync" fi if [ "$ONLY" == "setup" ]; then exit 0