From e0ee0aacd358893dad5c9f0da0dc19ba3ddf08a0 Mon Sep 17 00:00:00 2001 From: Bobi Jam Date: Tue, 28 Jun 2011 12:15:22 +0800 Subject: [PATCH] LU-386 fix replay_single test_65a Set debug level as concise as possible, too many log messages will wrap around log buffer and overwrite what we need. Signed-off-by: Bobi Jam Change-Id: I08bfbe6c77d87afd13f46966c2ae8a3fffe2e19e Reviewed-on: http://review.whamcloud.com/1025 Tested-by: Hudson Reviewed-by: Yu Jian Reviewed-by: Oleg Drokin --- lustre/tests/replay-single.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index 518804a..d086fc5 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -1572,7 +1572,7 @@ test_65a() #bug 3055 at_start || return 0 $LCTL dk > /dev/null debugsave - sysctl -w lnet.debug="+other" + $LCTL set_param debug="other" # Slow down a request to the current service time, this is critical # because previous tests may have caused this value to increase. REQ_DELAY=`lctl get_param -n mdc.${FSNAME}-MDT0000-mdc-*.timeouts | @@ -1601,7 +1601,7 @@ test_65b() #bug 3055 at_start || return 0 # turn on D_ADAPTTO debugsave - sysctl -w lnet.debug="other trace" + $LCTL set_param debug="other trace" $LCTL dk > /dev/null # Slow down a request to the current service time, this is critical # because previous tests may have caused this value to increase. -- 1.8.3.1