NFSv4.x client shows user and group as nobody NFSv3 shows as correct owner
Applies to
- ONTAP 9
- Clustered Data ONTAP
- NFS
Issue
- When running the NFSv4.x client command
ls -l (or ll)
, the user and group show up erroneously as 'nobody' as shown below:
NFS3 mount:
[root@nfs_SVM> mount_point]# ls -l test1
-rw-r--r--. 1 root root 0 Oct 18 12:34 test1
NFS4 mount:
[root@NFS_SVM> mount_point]# ls -l test1
-rw-r--r--. 1 nobody nobody 0 Oct 18 12:34 test1