NFSv4.x客户端将用户和组显示为NFSv3未显示为正确的所有者
适用场景
- ONTAP 9
- NFSv4.x
问题描述
- NFSv4 客户端命令
ls -l
将 用户和组列为nobody
:
[root@NFS_SVM> mount_point]# ls -l test1
-rw-r--r--. 1 nobody nobody 0 Oct 18 12:34 test1
- NFSv3正确列出了用户和组:
[root@nfs_SVM> mount_point]# ls -l test1
-rw-r--r--. 1 root root 0 Oct 18 12:34 test1