mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
ZTS: Don't use edonr on FreeBSD
FreeBSD doesn't support feature@edonr. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ryan Moeller <ryan@iXsystems.com> Closes #9901
This commit is contained in:
committed by
Brian Behlendorf
parent
7a298ae975
commit
0ecd910923
@@ -13,9 +13,14 @@
|
||||
# Copyright (c) 2012, 2016, Delphix. All rights reserved.
|
||||
#
|
||||
|
||||
. $STF_SUITE/include/libtest.shlib
|
||||
|
||||
typeset -a compress_prop_vals=('off' 'lzjb' 'lz4' 'gzip' 'zle')
|
||||
typeset -a checksum_prop_vals=('on' 'off' 'fletcher2' 'fletcher4' 'sha256'
|
||||
'noparity' 'sha512' 'skein' 'edonr')
|
||||
'noparity' 'sha512' 'skein')
|
||||
if ! is_freebsd; then
|
||||
checksum_prop_vals+=('edonr')
|
||||
fi
|
||||
typeset -a recsize_prop_vals=('512' '1024' '2048' '4096' '8192' '16384'
|
||||
'32768' '65536' '131072' '262144' '524288' '1048576')
|
||||
typeset -a canmount_prop_vals=('on' 'off' 'noauto')
|
||||
|
||||
Reference in New Issue
Block a user