Wrong owner or group for existing directories inside an nfs pvc
Applies to
- NetApp Astra Trident 23.10
- NFS Protocol
Issue
Directories inside a mounted PVC , have the root user and group, instead of the expected owner and group (set to userID 1000 or groupID 3000 in a securityContext in the pod definition)
/tmp/test $ ls -la
total 12
drwxrwxrwx 2 root root 4096 Apr 18 16:48 .
drwxrwxrwt 1 root root 4096 Apr 18 16:36 ..
drwxrwxrwx 2 root root 4096 Mar 21 16:46 .snapshot
-rw-r--r-- 1 1000 3000 0 Apr 18 16:47 test2.txt
