fletcher4 is currently the default.

Discussed on:	-current
MFC after:	3 days
This commit is contained in:
Devin Teske 2013-12-16 19:43:04 +00:00
parent 7cae6aab5b
commit ca2d97c2c8

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