aboutsummaryrefslogtreecommitdiffstats
path: root/man/man5
diff options
context:
space:
mode:
authorRich Ercolani <[email protected]>2021-05-06 00:16:51 -0400
committerGitHub <[email protected]>2021-05-05 21:16:51 -0700
commit1f77b58789e209e22bc85e296ff291da8a3d674c (patch)
tree06dee0ba74859d5447883dbb0486c899e4f46c9f /man/man5
parentc903a756ac5ff151b99080f60eead22fc6302f0f (diff)
Updated zfs_dbgmsg_enable documentation to be more accurate
Changed the default specified for zfs_dbgmsg_enable, added clarification of interaction with zfs_flags. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Ryan Moeller <[email protected]> Signed-off-by: Rich Ercolani <[email protected]> Closes #11984 Closes #11986
Diffstat (limited to 'man/man5')
-rw-r--r--man/man5/zfs-module-parameters.59
1 files changed, 6 insertions, 3 deletions
diff --git a/man/man5/zfs-module-parameters.5 b/man/man5/zfs-module-parameters.5
index 26e9b5eb0..f5ff35eb6 100644
--- a/man/man5/zfs-module-parameters.5
+++ b/man/man5/zfs-module-parameters.5
@@ -14,7 +14,7 @@
.\" CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your
.\" own identifying information:
.\" Portions Copyright [yyyy] [name of copyright owner]
-.TH ZFS-MODULE-PARAMETERS 5 "Mar 31, 2021" OpenZFS
+.TH ZFS-MODULE-PARAMETERS 5 "May 5, 2021" OpenZFS
.SH NAME
zfs\-module\-parameters \- ZFS module parameters
.SH DESCRIPTION
@@ -1506,11 +1506,14 @@ Default value: \fB131,072\fR.
.ad
.RS 12n
Internally ZFS keeps a small log to facilitate debugging. By default the log
-is disabled, to enable it set this option to 1. The contents of the log can
+is enabled, to disable it set this option to 0. The contents of the log can
be accessed by reading the /proc/spl/kstat/zfs/dbgmsg file. Writing 0 to
this proc file clears the log.
.sp
-Default value: \fB0\fR.
+This setting does not influence debug prints due to \fBzfs_flags\fR
+settings.
+.sp
+Default value: \fB1\fR.
.RE
.sp