NFS IDドメインが一致しないため、NFSv4.xクライアントではユーザとグループがnobodyと表示され、NFSv3では正しい所有者と表示される
環境
- 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