diff options
author | Turbo Fredriksson <[email protected]> | 2013-12-17 21:53:52 +0000 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-12-18 16:46:35 -0800 |
commit | fd8febbd1e6ff3d3eec6b9d395ab65400769da19 (patch) | |
tree | 387a3ae2617b47c25cf0b562a103b23849b87ea2 /man/man5 | |
parent | 4788a01dbd11b8fd22e0ff95a197a753778e04ca (diff) |
Add zfs_send_corrupt_data module option
Tuning setting to ignore read/checksum errors when sending data.
Signed-off-by: Turbo Fredriksson <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #1982
Issue #1897
Diffstat (limited to 'man/man5')
-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 00d12b087..d33da62f4 100644 --- a/man/man5/zfs-module-parameters.5 +++ b/man/man5/zfs-module-parameters.5 @@ -876,6 +876,17 @@ Default value: \fB4\fR. .sp .ne 2 .na +\fBzfs_send_corrupt_data\fR (int) +.ad +.RS 12n +Allow to send corrupt data (ignore read/checksum errors when sending data) +.sp +Use \fB1\fR for yes and \fB0\fR for no (default). +.RE + +.sp +.ne 2 +.na \fBzfs_sync_pass_deferred_free\fR (int) .ad .RS 12n |