aboutsummaryrefslogtreecommitdiffstats
path: root/man/man4/zfs.4
diff options
context:
space:
mode:
Diffstat (limited to 'man/man4/zfs.4')
-rw-r--r--man/man4/zfs.416
1 files changed, 16 insertions, 0 deletions
diff --git a/man/man4/zfs.4 b/man/man4/zfs.4
index 3508ac9c8..97539bcc5 100644
--- a/man/man4/zfs.4
+++ b/man/man4/zfs.4
@@ -1348,6 +1348,22 @@ _
.TE
.Sy \& * No Requires debug build.
.
+.It Sy zfs_btree_verify_intensity Ns = Ns Sy 0 Pq uint
+Enables btree verification.
+The following settings are culminative:
+.TS
+box;
+lbz r l l .
+ Value Description
+
+ 1 Verify height.
+ 2 Verify pointers from children to parent.
+ 3 Verify element counts.
+ 4 Verify element order. (expensive)
+* 5 Verify unused memory is poisoned. (expensive)
+.TE
+.Sy \& * No Requires debug build.
+.
.It Sy zfs_free_leak_on_eio Ns = Ns Sy 0 Ns | Ns 1 Pq int
If destroy encounters an
.Sy EIO