Whamcloud - gitweb
LU-8285 test: Allow LNet logging as default in autotest 18/20818/4
authorDoug Oucharek <doug.s.oucharek@intel.com>
Wed, 15 Jun 2016 21:41:08 +0000 (14:41 -0700)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 29 Aug 2016 03:52:21 +0000 (03:52 +0000)
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 <doug.s.oucharek@intel.com>
Change-Id: I8ef88679b1aa716311a10f7be43480ee3184d1a0
Reviewed-on: http://review.whamcloud.com/20818
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Olaf Weber <olaf@sgi.com>
Reviewed-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/tests/cfg/local.sh

index 241cdf1..486801e 100644 (file)
@@ -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