Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Aug 2017 22:25:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-fs@FreeBSD.org
Subject:   [Bug 204055] [patch] zfs(8) should not yet list edonr as supported hash algorithm
Message-ID:  <bug-204055-3630-NZIzEi4s0R@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-204055-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-204055-3630@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D204055

--- Comment #4 from commit-hook@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@r500 ~ $zfs set checksum=3Dedonr 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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204055-3630-NZIzEi4s0R>