Details
-
Bug
-
Resolution: Cannot Reproduce
-
Minor
-
None
-
None
-
None
-
lustre server: RHEL5-x86_64
lustre client(nfs server): RHEL5-i686
nfs client: RHEL5-i686
-
3
-
10283
Description
Both NFS v3 and v4 cannot work on 64bit and 32bit mixed architecture, get permission deny on NFS client.
NFS v3:
----------------
[root@client-15 ~]# more /etc/exports
/mnt/lustre *(rw,all_squash,anonuid=500,anongid=500)
[root@client-5 ~]# mount -t nfs -o vers=3 10.10.4.15:/mnt/lustre /mnt/lustre
mount: 10.10.4.15:/mnt/lustre failed, reason given by server: Permission denied