Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Aug 2022 00:00:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        fs@FreeBSD.org
Subject:   [Bug 265893] ZFS mount show nfsv4acls although pool/dataset is created with acltype=off
Message-ID:  <bug-265893-3630-RjwRU8YJBS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-265893-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-265893-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=3D265893

Allan Jude <allanjude@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |allanjude@FreeBSD.org

--- Comment #1 from Allan Jude <allanjude@FreeBSD.org> ---
in sys/contrib/openzfs/module/os/freebsd/zfs/zfs_vfsops.c:zfs_mount()

it sets the nfs4v ACLs flag unconditionally:

vfsp->vfs_flag |=3D MNT_NFS4ACLS;

It should probably only do this if the aclmode is set.

This looks like maybe it should move to zfs_domount() along with case
sensitivity etc.

--=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-265893-3630-RjwRU8YJBS>