diff options
author | Matthew Macy <[email protected]> | 2019-12-05 13:10:29 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-12-05 13:10:29 -0800 |
commit | f95704ca5ef37aac2dc335d878380512a7cf628c (patch) | |
tree | 304d75e90a522e8b11156ad38823709f1d70a951 /man/man5 | |
parent | 054a049841879bfa4d7a8c91fbe5c7d51864e23d (diff) |
Disable EDONR on FreeBSD
FreeBSD uses its own crypto framework in-kernel which, at this time,
has no EDONR implementation.
Reviewed-by: Jorgen Lundman <[email protected]>
Reviewed-by: Allan Jude <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Matt Macy <[email protected]>
Signed-off-by: Ryan Moeller <[email protected]>
Closes #9664
Diffstat (limited to 'man/man5')
-rw-r--r-- | man/man5/zpool-features.5 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/man5/zpool-features.5 b/man/man5/zpool-features.5 index 1adc76b7f..b9a739d5b 100644 --- a/man/man5/zpool-features.5 +++ b/man/man5/zpool-features.5 @@ -313,6 +313,8 @@ ever had their checksum set to \fBedonr\fR are destroyed. The \fBedonr\fR feature is not supported by GRUB and must not be used on the pool if GRUB needs to access the pool (e.g. for /boot). + +FreeBSD does not support the \fBedonr\fR feature. .RE .sp |