diff options
author | Ryan Moeller <[email protected]> | 2020-10-13 12:32:34 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2020-10-13 09:32:34 -0700 |
commit | 7dfc56d8661aa862364f9ccf76751fe6d2946c29 (patch) | |
tree | de6b290459ebb4c31311c2d70693206c20596488 /man | |
parent | 61868bb14d33e9b787ab810533c359888c1c76db (diff) |
Expose zfetch_max_idistance tunable
FreeBSD had this value tunable before the switch to the new OpenZFS.
The tunable name has changed, breaking legacy compat.
Restore legacy compat for this tunable, properly expose the tunable
with the new name on all platforms, and document it in
zfs-module-parameters(5).
While here, clean up the documentation for zfetch_max_distance a bit.
Reviewed-by: Alexander Motin <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ryan Moeller <[email protected]>
Closes #11038
Diffstat (limited to 'man')
-rw-r--r-- | man/man5/zfs-module-parameters.5 | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/man/man5/zfs-module-parameters.5 b/man/man5/zfs-module-parameters.5 index 47a07bd30..469963750 100644 --- a/man/man5/zfs-module-parameters.5 +++ b/man/man5/zfs-module-parameters.5 @@ -827,9 +827,20 @@ Default value: \fB1,048,576\fR. \fBzfetch_max_distance\fR (uint) .ad .RS 12n -Max bytes to prefetch per stream (default 8MB). +Max bytes to prefetch per stream. .sp -Default value: \fB8,388,608\fR. +Default value: \fB8,388,608\fR (8MB). +.RE + +.sp +.ne 2 +.na +\fBzfetch_max_idistance\fR (uint) +.ad +.RS 12n +Max bytes to prefetch indirects for per stream. +.sp +Default vaule: \fB67,108,864\fR (64MB). .RE .sp |