TrueNAS Scale: NFSV4 ACL defaults not being obeyed

david.stegui

Cadet
Joined
Mar 22, 2021
Messages
2
Hi everyone
since a long time am I trying to correctly setup a nfs Share with ACL on TrueNAS Scale.
localy and with CIFS everything working fine, every default ACL are obey.
truenas# getfacl video
# file: video
# owner: root
# group: dir_video
user::rwx
group::rwx
other::---
default:user::rwx
default:group::rwx
default:other::---

With NFS 4, the Client don't receive any ACL Info.
getfacl video/
# file: video/
# owner: root
# group: dir_video
user::rwx
group::rwx
other::---

However, the GUID and UID ist working juste fine. (Domain ist setup)

NFS Server:
1616427637728.png

Client Side:
I mount the NFS Sahre with a Ubuntu 20.04 Client with fstab, like this:
"[server]:[alias] [mount point] nfs rw 0 0"
The Client knows all required UID and GUID.

What is missing? Can somebody help me?
My Infos:
TrueNAS-SCALE-21.02-ALPHA.1
HP Proliant DL380 G7
4 x Intel(R) Xeon(R) CPU X5660 @ 2.80GHz (2 Sockets) (Virtualize)
48GB ECC RAM 2R 10600R DDR3 (Virtualize)
24x 2TB, 8.5 ms, 7200 rpm, 64 MB Cache, ST2000DM006 (JBOD)
SAS2008 (PCIe Passtrough)
Proxmox 6.3-6, Linux 5.4.101-1-pve-relaxablermrr #1 SMP PVE 5.4.101-1
Proxmox Network Device, VirtIO
 

david.stegui

Cadet
Joined
Mar 22, 2021
Messages
2
ok thank you for the ticket link. I hope they fix it for the 21.04, would be nice.
But any idea for some workaroud? umask?
 

stavros-k

Patron
Joined
Dec 26, 2020
Messages
231
ok thank you for the ticket link. I hope they fix it for the 21.04, would be nice.
But any idea for some workaroud? umask?
I don't really know, i haven't used any nfs share yet, but i'd say disable v4, and share it the old way, with the ip.
 
Top