NFSv4.x client shows user and group as nobody, while NFSv3 shows as correct owner, due to mismatched NFS ID domain
Applies to
- ONTAP 9
- NFSv4.x
Issue
- NFSv4 client command
ls -llists 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
