diff options
author | David Quigley <[email protected]> | 2017-02-07 10:44:03 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-02-07 09:44:03 -0800 |
commit | bef78122e606945efbf2e08845e7d5e8ead93c3c (patch) | |
tree | d5d5e2e565a34444971fbff93507e4e079ac6a2b /man | |
parent | cd5083c00c6215f4f15c04e30feeb5f9457ec896 (diff) |
Add missing module_param for zfs_per_txg_dirty_frees_percent
When the code was added this tunable was not exposed via module params. Also it
was not documented. This patch changes the type from a uint32 to a ulong as
done with other percentage tunables and also documents it in the
zfs-module-parameters man page.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: David Quigley <[email protected]>
Closes #5750
Diffstat (limited to 'man')
-rw-r--r-- | man/man5/zfs-module-parameters.5 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/man/man5/zfs-module-parameters.5 b/man/man5/zfs-module-parameters.5 index 8b9a4e8cc..b1c99cb17 100644 --- a/man/man5/zfs-module-parameters.5 +++ b/man/man5/zfs-module-parameters.5 @@ -1441,6 +1441,22 @@ Default value: \fB52,428,800\fR. .sp .ne 2 .na +\fBzfs_per_txg_dirty_frees_percent \fR (ulong) +.ad +.RS 12n +Tunable to control percentage of dirtied blocks from frees in one TXG. +After this threshold is crossed, additional dirty blocks from frees +wait until the next TXG. +A value of zero will disable this throttle. +.sp +Default value: \fB30\fR and \fB0\fR to disable. +.RE + + + +.sp +.ne 2 +.na \fBzfs_prefetch_disable\fR (int) .ad .RS 12n |