diff options
author | Richard Laager <[email protected]> | 2019-04-14 21:19:36 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-04-16 10:02:07 -0700 |
commit | 7886aa8a798b373cf0d809f95d77713446ef0bac (patch) | |
tree | 8093d3bbfee15c136b4c3388e34c3250db7be47c /man | |
parent | 393363c5ec518210ad4ad66326d421b0adc55e07 (diff) |
Reword the dedup limitation for Edon-R
The old wording was effectively "You can not use this (except you can)",
which just seems confusing.
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Richard Laager <[email protected]>
Closes #8626
Diffstat (limited to 'man')
-rw-r--r-- | man/man5/zpool-features.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man5/zpool-features.5 b/man/man5/zpool-features.5 index 146cc0549..a5cf7a9ed 100644 --- a/man/man5/zpool-features.5 +++ b/man/man5/zpool-features.5 @@ -652,8 +652,8 @@ DEPENDENCIES extensible_dataset This feature enables the use of the Edon-R hash algorithm for checksum, including for nopwrite (if compression is also enabled, an overwrite of a block whose checksum matches the data being written will be ignored). -In an abundance of caution, Edon-R can not be used with dedup -(without verification). +In an abundance of caution, Edon-R requires verification when used with +dedup: \fBzfs set dedup=edonr,verify\fR. See \fBzfs\fR(8). Edon-R is a very high-performance hash algorithm that was part of the NIST SHA-3 competition. It provides extremely high hash |