From 3a6765e841fcbae44b9b424e55e53d06143f6983 Mon Sep 17 00:00:00 2001 From: Rich Ercolani Date: Sat, 1 May 2021 03:26:06 -0400 Subject: [PATCH] Updated zfs_dbgmsg_enable documentation to be more accurate. Signed-off-by: Rich Ercolani Closes openzfs#11984 --- man/man5/zfs-module-parameters.5 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/man/man5/zfs-module-parameters.5 b/man/man5/zfs-module-parameters.5 index 26e9b5eb0538..63cb134a37b4 100644 --- a/man/man5/zfs-module-parameters.5 +++ b/man/man5/zfs-module-parameters.5 @@ -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