Skip to content

Commit 52a0677

Browse files
committed
Updated zfs_dbgmsg_enable documentation to be more accurate.
Changed the default specified for zfs_dbgmsg_enable, added clarification of interaction with zfs_flags. Signed-off-by: Rich Ercolani <[email protected]> Closes #11984
1 parent c903a75 commit 52a0677

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

man/man5/zfs-module-parameters.5

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
.\" CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your
1515
.\" own identifying information:
1616
.\" Portions Copyright [yyyy] [name of copyright owner]
17-
.TH ZFS-MODULE-PARAMETERS 5 "Mar 31, 2021" OpenZFS
17+
.TH ZFS-MODULE-PARAMETERS 5 "May 5, 2021" OpenZFS
1818
.SH NAME
1919
zfs\-module\-parameters \- ZFS module parameters
2020
.SH DESCRIPTION
@@ -1506,11 +1506,14 @@ Default value: \fB131,072\fR.
15061506
.ad
15071507
.RS 12n
15081508
Internally ZFS keeps a small log to facilitate debugging. By default the log
1509-
is disabled, to enable it set this option to 1. The contents of the log can
1509+
is enabled, to disable it set this option to 0. The contents of the log can
15101510
be accessed by reading the /proc/spl/kstat/zfs/dbgmsg file. Writing 0 to
15111511
this proc file clears the log.
15121512
.sp
1513-
Default value: \fB0\fR.
1513+
This setting does not influence debug prints due to \fBzfs_flags\fR
1514+
settings.
1515+
.sp
1516+
Default value: \fB1\fR.
15141517
.RE
15151518

15161519
.sp

0 commit comments

Comments
 (0)