Hi Open Solaris, I'm having issue with NFSv4 where user in NFS client can't access directory that root assigned it as owner. Here is what I have.
ZFS file system, and sharenfs=on NFS server v4 share a directory name /export/homenfs both files /etc/default/nfs are the same on both hosts. I tried to change nfsmapid_domain=domain =my dns , on both host. After mounting <ip>:/export/homenfs /homenfs root in NFS client was able to to create file and directories. User and group on each file and directory are root root (not "nobody nobody") I created a user name ggg group = other on both hosts with the same UID. Behavior: from NFS client, when I cd to /homenfs/ggg which is owned by ggg I got permission denied. >From NFS server when I log in as ggg I was able to cd to /export/homenfs/ggg and create new files in here. I'm guessing that nfsmapid does not set correctly somewhere. ----- Any hints is appreciated.---- Yang