Re: [Gluster-users] Cannot mount NFS

2010-11-03 Thread Bernard Li
Hi Horacio: The NFS native server only works with NFSv3, I saw that in some of your attempts your client might have negotiated using v3, but haven't seen you explicitly specifying that in the mount call, perhaps you can try something like this: # mount -o nfsvers=3 gluster-nfs:/export /share

Re: [Gluster-users] Cannot mount NFS

2010-11-03 Thread Bernard Li
Hi Horacio: On Wed, Nov 3, 2010 at 7:50 PM, Horacio Sanson hsan...@gmail.com wrote: $ sudo mount -v -o mountproto=tcp,nfsvers=3 -t nfs store90:/www /mnt Are you missing the mountpoint here? BTW, what does `showmount -e` output when you run it on your gluster servers? Cheers, Bernard

Re: [Gluster-users] Cannot mount NFS

2010-11-03 Thread Shehjar Tikoo
Please try some of the steps mentioned at: http://www.gluster.org/faq/index.php?sid=679lang=enaction=showcat=5 Thanks Horacio Sanson wrote: I have a two server replicated volume that I can mount without problems using the native client but I cannot make this work via NFS no matter what. I