Skip to content

Commit 53a1699

Browse files
nabijaczlewelibehlendorf
authored andcommitted
zfs-module-parameters.5: remove nonexistent parameters
zfs_arc_overflow_shift was never a parameter: ca0bf58 ("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 e53d678 ("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 c3bd3fb ("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 openzfs#12157
1 parent ad0dc1c commit 53a1699

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

man/man5/zfs-module-parameters.5

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2995,7 +2995,7 @@ Use \fB1\fR for yes and \fB0\fR for no (default).
29952995
.sp
29962996
.ne 2
29972997
.na
2998-
\fBzfs_read_chunk_size\fR (long)
2998+
\fBzfs_vnops_read_chunk_size\fR (long)
29992999
.ad
30003000
.RS 12n
30013001
Bytes to read per chunk
@@ -3998,19 +3998,6 @@ the zio pipeline is looping indefinitely.
39983998
Default value: \fB0\fR.
39993999
.RE
40004000

4001-
.sp
4002-
.ne 2
4003-
.na
4004-
\fBzio_decompress_fail_fraction\fR (int)
4005-
.ad
4006-
.RS 12n
4007-
If non-zero, this value represents the denominator of the probability that zfs
4008-
should induce a decompression failure. For instance, for a 5% decompression
4009-
failure rate, this value should be set to 20.
4010-
.sp
4011-
Default value: \fB0\fR.
4012-
.RE
4013-
40144001
.sp
40154002
.ne 2
40164003
.na

0 commit comments

Comments
 (0)