diff options
author | Tim Chase <[email protected]> | 2018-03-13 12:43:14 -0500 |
---|---|---|
committer | Tony Hutter <[email protected]> | 2018-05-07 17:19:56 -0700 |
commit | c234706270a2e02736809c2cf9004aa0b7798276 (patch) | |
tree | 1de730fa650779a6d403709cc87c3c801a72c80f /man | |
parent | 6059ba27c44a5d63cf1ad9983aa17c5d49cdcde4 (diff) |
Add zfs_scan_ignore_errors tunable
When it's set, a DTL range will be cleared even if its scan/scrub had
errors. This allows to work around resilver/scrub upon import when the
pool has errors.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Tim Chase <[email protected]>
Closes #7293
Diffstat (limited to 'man')
-rw-r--r-- | man/man5/zfs-module-parameters.5 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/man/man5/zfs-module-parameters.5 b/man/man5/zfs-module-parameters.5 index 8d5ac2576..bfcac1493 100644 --- a/man/man5/zfs-module-parameters.5 +++ b/man/man5/zfs-module-parameters.5 @@ -1702,6 +1702,20 @@ Default value: \fB3,000\fR. .sp .ne 2 .na +\fBzfs_scan_ignore_errors\fR (int) +.ad +.RS 12n +If set to a nonzero value, remove the DTL (dirty time list) upon +completion of a pool scan (scrub) even if there were unrepairable +errors. It is intended to be used during pool repair or recovery to +stop resilvering when the pool is next imported. +.sp +Default value: \fB0\fR. +.RE + +.sp +.ne 2 +.na \fBzfs_scan_idle\fR (int) .ad .RS 12n |