On 08/03/2012 01:21 PM, Ben England wrote: >> Message: 4 >> Date: Fri, 27 Jul 2012 15:29:41 -0700 >> From: Harry Mangalam<hjmangalam at gmail.com> >> Subject: Change NFS parameters post-start >> To: gluster-users<gluster-users at gluster.org> >> Message-ID: >> <CAEib2OnKfENr8NhVwkvpsw21C5QJmzu_=C9j144p2Gkn7KP=LQ at mail.gmail.com> >> Content-Type: text/plain; charset=ISO-8859-1 >> >> In trying to convert clients from using the gluster native client to >> an NFS client, I'm trying to get the gluster volume mounted on a test >> mount point on the same client that the native client has mounted the >> volume. The client refuses with the error: >> >> mount -t nfs bs1:/gl /mnt/glnfs >> mount: bs1:/gl failed, reason given by server: No such file or >> directory >> > Harry, > > Have you tried: > # mount -t nfs -o nfsvers=3,tcp bs1:/gl /mnt/glnfs > > Also, there is an /etc/sysconfig/nfs file that may let you remove RDMA as a mount option for NFS. You also have to ensure that the kernel nfs server isn't running.