1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-26 16:18:31 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=259477

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