NFSv4.xクライアントはユーザーとグループをnobodyとして表示しますが、NFSv3はNFS IDドメインの不一致により正しい所有者として表示されます。
環境
- ONTAP 9
- NFSv4.x
- nfsnobody (オプション)
問題
- 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