ONTAP Discussions

one NFS v4 mount on Ubuntu but permission error "Nobody"

Noorain02
2,740 Views

We have mounted one volume using  NFS v4 on Ubanto server on Ontap cloud and regardless of given permission to the client at Netapp side Ubunto server (client) is getting "Nobody" "Nobody " permission error. See the output from server and help me with getting cause of this issue if anyone had the same.

 

Output from Ubunto server:

 

root@ip-10-78-1-XXX:/mnt/it-gitlab# ls -ld /mnt/it-gitlab/

drwxr-xr-x 9 nobody 4294967294 4096 Sep  4 03:21 /mnt/it-gitlab/

 

root@ip-IP_ADD:~# lsb_release -a

No LSB modules are available.

Distributor ID: Ubuntu

Description:    Ubuntu 14.04.5 LTS

Release:        14.04

Codename:       trusty​

 

 

Output from netapp cloud  

CorpStg::>

             Policy          Rule    Access   Client                                  RO

Vserver      Name            Index   Protocol Match                 Rule

------------ --------------- ------  -------- --------------------- ---------

svm_CorpStg

             export_it_gitlab1

                             1                    nfs                     10.78.1.XXX                any

svm_CorpStg

             export_it_gitlab1

                             2                     nfs                      0.0.0.0/0                     any

 

 

Ontap version - 9.1

1 REPLY 1

moep
2,654 Views

Ensure that the NFSv4 Domain Setting on the vServer matches the FQDN of your Ubuntu client.

 

vserver nfs modify -vserver <foo> -v4-id-domain <bar.com>

Public