diff options
author | George Wilson <[email protected]> | 2016-01-22 16:41:02 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-01-25 13:15:17 -0800 |
commit | ba5ad9a48d720c5d13e1b70e779d8e3af7199195 (patch) | |
tree | e25f6288c46a94b0c62581407d0fb5228e733242 /man/man5/zfs-module-parameters.5 | |
parent | 0a1f8cd9994427286c4663cccdeeae0de10cea19 (diff) |
Illumos 6251 - add tunable to disable free_bpobj processing
6251 - add tunable to disable free_bpobj processing
Reviewed by: Matthew Ahrens <[email protected]>
Reviewed by: Prakash Surya <[email protected]>
Reviewed by: Simon Klinkert <[email protected]>
Reviewed by: Richard Elling <[email protected]>
Reviewed by: Albert Lee <[email protected]>
Reviewed by: Xin Li <[email protected]>
Approved by: Garrett D'Amore <[email protected]>
References:
https://www.illumos.org/issues/6251
https://github.com/illumos/illumos-gate/commit/139510f
Porting notes:
- Added as module option declaration.
- Added to zfs-module-parameters.5 man page.
Ported-by: Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'man/man5/zfs-module-parameters.5')
-rw-r--r-- | man/man5/zfs-module-parameters.5 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/man5/zfs-module-parameters.5 b/man/man5/zfs-module-parameters.5 index eabd8ebe9..e0c61ec21 100644 --- a/man/man5/zfs-module-parameters.5 +++ b/man/man5/zfs-module-parameters.5 @@ -787,6 +787,17 @@ Default value: \fB67,108,864\fR. .sp .ne 2 .na +\fBzfs_free_bpobj_enabled\fR (int) +.ad +.RS 12n +Enable/disable the processing of the free_bpobj object. +.sp +Default value: \fB1\fR. +.RE + +.sp +.ne 2 +.na \fBzfs_free_max_blocks\fR (ulong) .ad .RS 12n |