On 06/25/2012 11:38 PM, Nathan Stratton wrote:
On Mon, 25 Jun 2012, Robert Middleswarth wrote:
>> Problme I am running into is that I need to add -o
>> mountproto=tcp,vers=3 because it looks like it is defaulting to udp
>> and gluster NFS does not support that.
> Try editing file /etc/nfsmount.conf on each node and add the following.
>
> [ NFSMount_Global_Options ]
> Defaultvers=3
> Nfsvers=3
Thanks Robert, you rock. I added tcp and ver3 and it works.
Care to provide your settings?