<br><br><div class="gmail_quote">On Fri, Jul 1, 2011 at 11:42 PM, Devin Carlen <span dir="ltr">&lt;<a href="mailto:devin.carlen@gmail.com">devin.carlen@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hey all, I&#39;m having problems getting a gluster volume to auto-mount on boot in an Ubuntu 10.10 environment.  I can mount it manually just fine.<br>
<br>
Strangely I see nothing in the gluster logs or /var/log/messages relating to gluster.  My fstab looks like:<br>
<br>
192.168.1.202:/test-volume /mnt/test-volume glusterfs defaults,_netdev 0 0<br>
<br></blockquote><div><br></div><div>How did you try to mount? Have you tried mounting without fstab entry like &quot;mount -t glusterfs 192.168.1.22:/test-volume /mnt/test-volume&quot; at the command line? If there is nothing in the gluster logs, then glusterfs was never executed (or /sbin/mount.glusterfs was not executed/not doing the right thing). Adding a couple of &#39;echo&#39;s in /sbin/mountglusterfs should help.</div>
<div><br></div><div>Avati </div></div>