mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
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 <behlendorf1@llnl.gov> Signed-off-by: David Quigley <david.quigley@intel.com> Closes #5750
This commit is contained in:
committed by
Brian Behlendorf
parent
cd5083c00c
commit
bef78122e6
@@ -1438,6 +1438,22 @@ The number of bytes which should be prefetched during a pool traversal
|
||||
Default value: \fB52,428,800\fR.
|
||||
.RE
|
||||
|
||||
.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
|
||||
|
||||
Reference in New Issue
Block a user