NFS v4 works like a charm, no issue for Linux clients, but when trying to mount on MAC OS X client, it doesn't work - likely due to 'mountd' not registered in rpc by ganesha when it comes to v4.
So I tried to set up v3, no luck:
# mount -t nfs -o rw,noatime,vers=3 ceph-dev:/ceph /mnt/ceph
mount.nfs: access denied by server while mounting ceph-dev:/ceph
/var/log/ganesha/ganesha.log says:
mnt_Mnt :NFS3 :INFO :MOUNT: Export entry / does not support NFS v3 for client ::ffff:172.21.24.38
My /etc/ganesha/ganesha.conf looks like this:
EXPORT
{
Export_ID=100;
Protocols = 3;
Transports = TCP;
Path = /ceph;
Tag = ceph;
Pseudo = /ceph;
Access_Type = RW;
Squash = None;
FSAL {
Name = CEPH;
}
}
Any way to make it work? Thanks in advance.
--Youzhong
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com