From bb37596919abffcb918c86d01893983f43037e5e Mon Sep 17 00:00:00 2001 From: Doug Oucharek Date: Wed, 15 Jun 2016 14:41:08 -0700 Subject: [PATCH] LU-8285 test: Allow LNet logging as default in autotest The default in the local.sh configuration file for autotest is to turn off all logging from three subsystems: lnet, lnd, and pinger. There is no good reason to be doing this and this could be hiding important logs highlighting bugs. This patch makes the default to allow all subsystems to log. Test-Parameters: trivial Signed-off-by: Doug Oucharek Change-Id: I8ef88679b1aa716311a10f7be43480ee3184d1a0 Reviewed-on: http://review.whamcloud.com/20818 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Olaf Weber Reviewed-by: James Simmons Reviewed-by: Dmitry Eremin Reviewed-by: Oleg Drokin --- lustre/tests/cfg/local.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/cfg/local.sh b/lustre/tests/cfg/local.sh index 241cdf1..486801e 100644 --- a/lustre/tests/cfg/local.sh +++ b/lustre/tests/cfg/local.sh @@ -95,7 +95,7 @@ SINGLEMDS=${SINGLEMDS:-"mds1"} TIMEOUT=${TIMEOUT:-20} PTLDEBUG=${PTLDEBUG:-"vfstrace rpctrace dlmtrace neterror ha config \ ioctl super lfsck"} -SUBSYSTEM=${SUBSYSTEM:-"all -lnet -lnd -pinger"} +SUBSYSTEM=${SUBSYSTEM:-"all"} # promise 2MB for every cpu if [ -f /sys/devices/system/cpu/possible ]; then -- 1.8.3.1