fletcher4 is currently the default.

Discussed on:	-current
MFC after:	3 days
This commit is contained in:
dteske 2013-12-16 19:43:04 +00:00
parent 848379254c
commit 9a0d8387d6

View File

@ -1047,7 +1047,7 @@ zfs_create_boot()
# Customize the zroot a bit...
local option
f_dprintf "$funcname: Setting miscellaneous options on root pool..."
for option in checksum=fletcher4 atime=off; do
for option in atime=off; do
f_eval_catch $funcname zfs "$ZFS_SET" $option "$zroot_name" ||
return $FAILURE
done