NFSv4.x client shows user and group as nobody NFSv3 shows as correct owner
Applies to
- ONTAP 9
- NFSv4.x
Issue
- NFSv4 client command
ls -l
lists user and group asnobody
:
[root@NFS_SVM> mount_point]# ls -l test1
-rw-r--r--. 1 nobody nobody 0 Oct 18 12:34 test1
- NFSv3 lists user and group correctly:
[root@nfs_SVM> mount_point]# ls -l test1
-rw-r--r--. 1 root root 0 Oct 18 12:34 test1