[Bug 204055] [patch] zfs(8) should not yet list edonr as supported hash algorithm

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Aug 29 22:25:25 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204055

--- Comment #4 from commit-hook at freebsd.org ---
A commit references this bug:

Author: emaste
Date: Tue Aug 29 22:24:22 UTC 2017
New revision: 323002
URL: https://svnweb.freebsd.org/changeset/base/323002

Log:
  zfs: do not advertise edonr which is not yet supported

  illumos 4185 ("add new cryptographic checksums to ZFS: SHA-512,
  Skein, Edon-R") was intentionally merged only partially in r289422,
  without adding support for skein, sha512 and edonr on FreeBSD.

  Support for skein and sha512 was added later on, but edonr is still not
  implemented in FreeBSD.

  Prior to this commit zfs(8) correctly rejected edonr, but with an error
  message that claimed support:

  fk at r500 ~ $zfs set checksum=edonr tank
  cannot set property for 'tank': 'checksum' must be one of 'on | off |
fletcher2 | fletcher4 | sha256 | sha512 | skein | edonr'

  PR:           204055
  Submitted by: Fabian Keil
  Approved by:  allanjude
  Obtained from:        ElectroBSD
  MFC after:    1 week

Changes:
  head/sys/cddl/contrib/opensolaris/common/zfs/zfs_prop.c

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-fs mailing list