Skip to content

Commit

Permalink
Corrected parameters for zstd early abort
Browse files Browse the repository at this point in the history
That'll teach me to try and recall them from the definition.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Rich Ercolani <rincebrain@gmail.com>
Closes openzfs#13519
  • Loading branch information
rincebrain authored and andrewc12 committed Sep 23, 2022
1 parent e4d44ef commit f829e57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/man4/zfs.4
Original file line number Diff line number Diff line change
Expand Up @@ -2139,11 +2139,11 @@ However, if there are fewer than
metaslabs in the vdev, this functionality is disabled.
This ensures that we don't set aside an unreasonable amount of space for the ZIL.
.
.It Sy zfs_zstd_earlyabort_pass Ns = Ns Sy 1 Pq int
.It Sy zstd_earlyabort_pass Ns = Ns Sy 1 Pq int
Whether heuristic for detection of incompressible data with zstd levels >= 3
using LZ4 and zstd-1 passes is enabled.
.
.It Sy zfs_zstd_abort_size Ns = Ns Sy 131072 Pq int
.It Sy zstd_abort_size Ns = Ns Sy 131072 Pq int
Minimal uncompressed size (inclusive) of a record before the early abort
heuristic will be attempted.
.
Expand Down

0 comments on commit f829e57

Please sign in to comment.