OpenZFS support merged

John Kennedy warlock at phouka.net
Thu Aug 27 17:37:26 UTC 2020


On Tue, Aug 25, 2020 at 12:28:43PM -0700, John Kennedy wrote:
> On Mon, Aug 24, 2020 at 07:38:53PM -0700, Matthew Macy wrote:
> > r364746 merged OpenZFS support in to HEAD.
> > 
> > The change should be transparent unless you want to use new features.
> > I caution against 'zpool upgrade' for the next few weeks.
> > 
> > https://svnweb.freebsd.org/base?view=revision&revision=364746
> > 
> > If you encounter problems please report them to me, Ryan Moeller, and -current.
> 
>   So I've compiled it twice so far but mixed success. ...
> 	/sbin/zfs --version
> 		ld-elf.so.1: /lib/libzfs.so.4: Undefined symbol "mutex_init"

  Following up for mailing-list readers, I had my kernel compiled with
WITH_BIND_NOW=YES which caught some otherwise hidden problems with the
shared libraries.  All the problems I've noticed are fixed via r364830,
r364861 and probably r364863.

  Thanks Ryan Moeller, and thanks ZFS folks.


More information about the freebsd-fs mailing list