]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Corrected parameters for zstd early abort
authorRich Ercolani <214141+rincebrain@users.noreply.github.com>
Tue, 31 May 2022 22:41:33 +0000 (18:41 -0400)
committerGitHub <noreply@github.com>
Tue, 31 May 2022 22:41:33 +0000 (15:41 -0700)
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 #13519

man/man4/zfs.4

index fa3159ab82cad802f5d709a3692cc9fecdcff24f..a086e1a5d56cec4f78f096555ba6a848575679b8 100644 (file)
@@ -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.
 .