Re: ZFS ACL suggestion for NFS exports valid for FreeBSD?
- In reply to: Joshuah Hurst : "ZFS ACL suggestion for NFS exports valid for FreeBSD?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 Sep 2025 21:46:44 UTC
On Wed, Sep 10, 2025 at 12:39 PM Joshuah Hurst <joshhurst@gmail.com> wrote: > > We have these two suggestions for NFS exports (NFSv4, NFSv4.1) in our > guidelines: > > zfs set aclmode=passthrough rpool/nfsexport > zfs set aclinherit=passthrough rpool/nfsexport > > I this still needed for FreeBSD ZFS pools being exported via NFSv4.1, > so that ACL inheritance works as expected? I have no idea. What client(s) are you using? All I can tell you is that the FreeBSD NFSv4.1/4.2 server does not support the "dacl" attribute, because it requires that a flag called na41_flag be stored for each file object and that is not currently done in FreeBSD. (This is related to "automatic inheritance", in case that is what you are referring to?) Final comment. I am not aware of any recent changes in this area, so if those settings were needed for your environment in the past, the probably still are. (see "man zfsprops" for the meaning of the settings) rick > > Josh >