On 10 May 2012 14:23, Anton Shterenlikht <[email protected]> wrote: > On Thu, May 10, 2012 at 11:01:21AM +0100, Anton Shterenlikht wrote: >> On ia64 r235163 I get this error >> when trying to load zfs module: >> >> # ls -al /boot/kernel/zfs.ko* >> -r-xr-xr-x 1 root wheel 2496877 May 10 09:15 /boot/kernel/zfs.ko >> -r-xr-xr-x 1 root wheel 6578175 May 10 09:15 /boot/kernel/zfs.ko.symbols >> # kldload zfs >> KLD zfs.ko: depends on acl_nfs4 - not available or version mismatch >> kldload: can't load zfs: No such file or directory > > Figured I now need to add module acl_nfs4: > > makeoptions MODULES_OVERRIDE="geom/geom_part geom/geom_label opensolaris > zfs acl_nfs4" > > The acl_nfs4 module wasn't required before for zfs. > > Where is this change documented?
Looks like you stepped on rev 232938 where dependency on acl_nfs4 was added. http://svnweb.freebsd.org/base/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c?r1=232937&r2=234795 -- wbr, pluknet _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[email protected]"
