diff options
Diffstat (limited to 'man/man5/zfs-module-parameters.5')
-rw-r--r-- | man/man5/zfs-module-parameters.5 | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/man/man5/zfs-module-parameters.5 b/man/man5/zfs-module-parameters.5 index 893bbf652..32e28a13a 100644 --- a/man/man5/zfs-module-parameters.5 +++ b/man/man5/zfs-module-parameters.5 @@ -1,6 +1,6 @@ '\" te .\" Copyright (c) 2013 by Turbo Fredriksson <[email protected]>. All rights reserved. -.\" Copyright (c) 2019 by Delphix. All rights reserved. +.\" Copyright (c) 2019, 2020 by Delphix. All rights reserved. .\" Copyright (c) 2019 Datto Inc. .\" The contents of this file are subject to the terms of the Common Development .\" and Distribution License (the "License"). You may not use this file except @@ -3657,6 +3657,27 @@ Default value: \fB0\fR. .sp .ne 2 .na +\fBzfs_zevent_retain_max\fR (int) +.ad +.RS 12n +Maximum recent zevent records to retain for duplicate checking. Setting +this value to zero disables duplicate detection. +.sp +Default value: \fB2000\fR. +.RE + +.sp +.ne 2 +.na +\fBzfs_zevent_retain_expire_secs\fR (int) +.ad +.RS 12n +Lifespan for a recent ereport that was retained for duplicate checking. +.sp +Default value: \fB900\fR. +.RE + +.na \fBzfs_zil_clean_taskq_maxalloc\fR (int) .ad .RS 12n |