<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi there<br>
    <br>
    I'm having a following problem with mounting gluster over nfs: <br>
    <br>
    I had one gluster distributed volume with only one node, which is
    tuned with "gluster volume set" command like this:<br>
    <b><i><br>
        gluster volume set my_store nfs.disable off<br>
      </i><br>
      <i>gluster volume set my_store nfs.rpc-auth-allow
        10.0.0.2,10.0.0.3,10.0.0.4</i></b>
    <b><br>
    </b><i><b><br>
        gluster volume set my_store nfs.addr-namelookup: off</b><br>
      <br>
    </i>I mounted successfully gluster volume on 10.0.0.2 and 10.0.3.<i>
    </i>When when do it with server 10.0.0.4<br>
    <br>
    <i><b>mount -t nfs -o proto=tcp,noatime,vers=3 10.0.0.1:/my_store
        /mnt/my_store</b><br>
      <br>
    </i>&nbsp;i encountered this error:<br>
    <br>
    <b><i>access denied by server while mounting 10.0.0.1:/my_store</i></b><br>
    <br>
    There are no firewall or SElinux enabling on my gluster server as
    well as in 10.0.0.4 nfs client. I configured exactly like above and
    in fact, i finished mounting two of my three gluster ( nfs )
    clients, but the last one.<br>
    <br>
    Could anyone here tell me why and how i can solve this ? <br>
    <br>
    Any help would be highly appreciated<br>
    <br>
    Best regards <br>
    <br>
    <br>
  </body>
</html>