]> git.proxmox.com Git - mirror_spl-debian.git/commit
Disable automatic log dumping
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 5 Feb 2013 23:59:36 +0000 (15:59 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 6 Feb 2013 00:13:27 +0000 (16:13 -0800)
commit4bf3909e5186a978ea9bf5fb1409aa9777d40a35
tree521b619c638af4200e6ce130db4809b74c157d31
parenta0625691b39468d04eb716919e237f96a3987b48
Disable automatic log dumping

Long ago infrastructure was added to the SPL to keep an internal
debug log of the last few seconds of activity.  This was helpful
during the early development, but these days it is no longer
needed.  I haven't had to resort to this debug buffer to resolve
an issue for several years now.

Today better more generic tools like systemtap and ftrace have
evolved to the point where they can be used for this purpose.
Along with the stack trace dumped to the system console, and in
rare cases a crash dump we almost always have the debug we need.

Therefore, I'm disabling the code which automatically dumps
this log to disk during an assertion except for the case where
spl_debug_panic_on_bug is set (disabled by default).

This should be viewed as a first step towards either.

  a) Retiring this infrastructure and complexity entirely, or
  b) Integrating this logging more properly with ftrace.

As part of this change I'm also removing from the packages the
undocumented spl utility which is used to decode the binary logs.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
cmd/Makefile.am
module/spl/spl-debug.c