<div dir="ltr"><div>or maybe something like fetch-attempts=5<br></div><div><br></div><div>vm1:/v /var/volumes/vol-1 glusterfs defaults,_netdev,negative-timeout=10,attribute-timeout=30,fopen-keep-cache,direct-io-mode=enable,fetch-attempts=5 0 0</div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jul 26, 2018 at 6:36 AM, Anoop C S <span dir="ltr">&lt;<a href="mailto:anoopcs@autistici.org" target="_blank">anoopcs@autistici.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Thu, 2018-07-26 at 12:23 +0200, Stefan Kania wrote:<br>
&gt; Hello,<br>
&gt; <br>
&gt; I have the following problem:<br>
&gt; If I reboot a node in a gluster-cluster on a Debian- or Ubuntu-System<br>
&gt; the fuse-mount is not working if I just put the mount-options into the<br>
&gt; /etc/fstab. For this reason I wrote a systemd-script as followed:<br>
&gt; -----------------<br>
&gt; [Unit]<br>
&gt; Description = Data dir<br>
&gt; After=network.target glusterfs-server.service<br>
&gt; Required=network-online.target<br>
&gt; [Mount]<br>
&gt; What=c1:/gv1<br>
&gt; Where=/glusterfs<br>
&gt; Type=glusterfs<br>
&gt; Options=defaults,acl<br>
&gt; [Install]<br>
&gt; WantedBy=multi-user.target<br>
&gt; -----------------<br>
&gt; Somtimes the the volume will be mounted and sometime not. I can&#39;t figure<br>
&gt; out why it&#39;s sometime not mounting the volume. If I execute the script<br>
&gt; after a reboot the volume is mounting, so the script is working only the<br>
&gt; conditions during the boot-process are the problem (I think). Can<br>
&gt; someone give me a hint where to change things in my script?<br>
<br>
</span>Instead of this custom script, does it help if you put the following option to /etc/fstab?<br>
<br>
x-systemd.requires=&lt;service name&gt;<br>
<br>
See <a href="http://man7.org/linux/man-pages/man5/systemd.mount.5.html#FSTAB" rel="noreferrer" target="_blank">http://man7.org/linux/man-<wbr>pages/man5/systemd.mount.5.<wbr>html#FSTAB</a> for more details.<br>
<span class=""><br>
&gt; It dosn&#39;t matter which gluster-version or which OS-Version I use it&#39;s<br>
&gt; always the same.<br>
&gt; <br>
&gt; Stefan<br>
&gt; <br>
&gt; <br>
</span>&gt; ______________________________<wbr>_________________<br>
&gt; Gluster-users mailing list<br>
&gt; <a href="mailto:Gluster-users@gluster.org">Gluster-users@gluster.org</a><br>
&gt; <a href="https://lists.gluster.org/mailman/listinfo/gluster-users" rel="noreferrer" target="_blank">https://lists.gluster.org/<wbr>mailman/listinfo/gluster-users</a><br>
<br>
______________________________<wbr>_________________<br>
Gluster-users mailing list<br>
<a href="mailto:Gluster-users@gluster.org">Gluster-users@gluster.org</a><br>
<a href="https://lists.gluster.org/mailman/listinfo/gluster-users" rel="noreferrer" target="_blank">https://lists.gluster.org/<wbr>mailman/listinfo/gluster-users</a><br>
</blockquote></div><br></div>