First time post!
I’ve been having an issue related to NFS4 and POSIX ACL setting on a share.
I’m running TrueNAS SCALE/Community 25.10, with a dataset configured with an ACL type setting of POSIX (mode set to ‘Discard’, which is automatically selected as the box is greyed out), shared via NFS4 with no_root_squash enabled. No id mapping is configured.
Mounting from a Linux VM with the command:
mount -t nfs -o vers=4.2,defaults,acl IP:/share /mnt
Using setfacl on the Linux machine results in an “Operation not supported” error, but only when mounted as NFS4. If I mount the same share via NFS3, the setfacl command works correctly.
Using setfacl from an ssh session to the TrueNAS server itself on the dataset mountpoint works without issue, so it’s not a ZFS filesystem support issue.
Can anyone advise if this is a bug, or expected behaviour? I can’t imagine it’s expected behaviour, but if there’s a known bug in 25.10 please can anyone give further details?
If there is a work around (aside from using NFS3, which I consider a hack of a fix for something that should be working with NFS4) or anyone can assist on debugging please let me know.
Many thanks for any help that can be offered ![]()