diff options
author | Massimo Maggi <[email protected]> | 2013-08-07 10:42:23 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-08-07 16:06:19 -0700 |
commit | e43b290fdb61fc9533af96fab48515dec0333a2f (patch) | |
tree | 1efa6d285b71574f34ac54bad2252795fadd3eee /man | |
parent | cb79a4e8bb19908235d3cb646506530457341b76 (diff) |
Fix the default checksum algorithm in the manpage
The manpage reports fletcher2, but in zio.h ZIO_CHECKSUM_ON_VALUE
is defined to ZIO_CHECKSUM_FLETCHER_4.
Signed-off-by: Massimo Maggi <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #1628
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zfs.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man8/zfs.8 b/man/man8/zfs.8 index b91158e00..2d309fe12 100644 --- a/man/man8/zfs.8 +++ b/man/man8/zfs.8 @@ -723,7 +723,7 @@ This property is not inherited. .ad .sp .6 .RS 4n -Controls the checksum used to verify data integrity. The default value is \fBon\fR, which automatically selects an appropriate algorithm (currently, \fBfletcher2\fR, but this may change in future releases). The value \fBoff\fR disables integrity checking on user data. Disabling checksums is \fBNOT\fR a recommended practice. +Controls the checksum used to verify data integrity. The default value is \fBon\fR, which automatically selects an appropriate algorithm (currently, \fBfletcher4\fR, but this may change in future releases). The value \fBoff\fR disables integrity checking on user data. Disabling checksums is \fBNOT\fR a recommended practice. .sp Changing this property affects only newly-written data. .RE |