diff options
Diffstat (limited to 'man/man5/zfs-module-parameters.5')
-rw-r--r-- | man/man5/zfs-module-parameters.5 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/man/man5/zfs-module-parameters.5 b/man/man5/zfs-module-parameters.5 index 818f26449..6e670facb 100644 --- a/man/man5/zfs-module-parameters.5 +++ b/man/man5/zfs-module-parameters.5 @@ -1742,6 +1742,23 @@ Use \fB1\fR for yes and \fB0\fR for no (default). .sp .ne 2 .na +\fBzfs_reconstruct_indirect_segments_max\fR (int) +.ad +.RS 12n +When a split block which is part of a indirect vdev contains more than this +many segments, consider it too computationally expensive to check all possible +combinations. Instead, operate under the assumption that only a few segment +copies are damaged and the majority of segment copies are good, in which case +it is reasonable to randomly select sample combinations. This allows all the +segment copies to participate fairly in the reconstruction and prevents the +repeated use of one bad copy. +.sp +Default value: \fB10\fR. +.RE + +.sp +.ne 2 +.na \fBzfs_recover\fR (int) .ad .RS 12n |