summaryrefslogtreecommitdiffstats
path: root/man/man5
diff options
context:
space:
mode:
authorнаб <[email protected]>2021-05-29 19:37:02 +0200
committerBrian Behlendorf <[email protected]>2021-06-09 13:05:34 -0700
commitb1b1faf0f1e2abd74b4c79314a709f7168341ba4 (patch)
tree07ad530d04b842a118056f7023ce792db9626404 /man/man5
parent2fe8060ceee0f7ebe0df3b0f83692a0a9f162cae (diff)
zfs-module-parameters.5: remove nonexistent parameters
zfs_arc_overflow_shift was never a parameter: ca0bf58d65f77e944b9905571df9a2eae647aeca ("Illumos 5497 - lock contention on arcs_mtx") is the only result in git log -Soverflow_shift, and it wasn't exposed then, nor is it now zfs_read_chunk_size was renamed to zfs_vnops_read_chunk_size in e53d678d4ad596a310d51dab107bb6fa97e2b226 ("Share zfs_fsync, zfs_read, zfs_write, et al between Linux and FreeBSD") zio_decompress_fail_fraction was never a parameter: it was added in c3bd3fb4ac49705819666055ff1206a9fa3d1b9e ("OpenZFS 9403 - assertion failed in arc_buf_destroy()") as a developer aid for setting in zdb, but it's a dangerous test tunable and has no place in public documentation, (not to mention that it obviously doesn't work): > Although this did uncover a few low priority issues, this unfortuantely also causes ztest to ASSERT in many locations where the code is working correctly since it is designed to fail on IO errors. Developers can manually set this variable with the '-o' option to find and debug issues. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Richard Laager <[email protected]> Signed-off-by: Ahelenia Ziemiańska <[email protected]> Closes #12157
Diffstat (limited to 'man/man5')
-rw-r--r--man/man5/zfs-module-parameters.515
1 files changed, 1 insertions, 14 deletions
diff --git a/man/man5/zfs-module-parameters.5 b/man/man5/zfs-module-parameters.5
index 888c70730..f4045fd3e 100644
--- a/man/man5/zfs-module-parameters.5
+++ b/man/man5/zfs-module-parameters.5
@@ -2995,7 +2995,7 @@ Use \fB1\fR for yes and \fB0\fR for no (default).
.sp
.ne 2
.na
-\fBzfs_read_chunk_size\fR (long)
+\fBzfs_vnops_read_chunk_size\fR (long)
.ad
.RS 12n
Bytes to read per chunk
@@ -4001,19 +4001,6 @@ Default value: \fB0\fR.
.sp
.ne 2
.na
-\fBzio_decompress_fail_fraction\fR (int)
-.ad
-.RS 12n
-If non-zero, this value represents the denominator of the probability that zfs
-should induce a decompression failure. For instance, for a 5% decompression
-failure rate, this value should be set to 20.
-.sp
-Default value: \fB0\fR.
-.RE
-
-.sp
-.ne 2
-.na
\fBzio_slow_io_ms\fR (int)
.ad
.RS 12n