diff options
author | Rich Ercolani <[email protected]> | 2022-05-31 18:41:33 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2022-05-31 15:41:33 -0700 |
commit | bc8192cd5b14cf4182bd2b19a6a8ed4f0bbed12b (patch) | |
tree | cf3d36f567f41d080e203dea6fc550797f392040 | |
parent | 2310dba9ebf6259515b63fda3202199831669271 (diff) |
Corrected parameters for zstd early abort
That'll teach me to try and recall them from the definition.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Rich Ercolani <[email protected]>
Closes #13519
-rw-r--r-- | man/man4/zfs.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man4/zfs.4 b/man/man4/zfs.4 index fa3159ab8..a086e1a5d 100644 --- a/man/man4/zfs.4 +++ b/man/man4/zfs.4 @@ -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. . |