<div dir="ltr">Hi,<div><br></div><div>I'm trying to do something with inconsistent results and wondered where I'm going wrong. I recently installed GLUSTERFS onto a set of 4 Raspberry PI's, but am having some boot sequencing issues.</div><div><br></div><div>It started trying to run rsyslogd. Apparently, it was getting started before the gluster mount was done. After a bit of looking, I added into [Unit] -</div><div><br></div><div>After=glusterd.service</div><div><br></div><div>Restarted the machine and all good. So the next thing I tried was for keepalived . It started up and failed with not being able to see its config file (Moved to gluster). I changed -</div><div><br></div><div>[Unit]<br>Description=Keepalive Daemon (LVS and VRRP)<br>After=network-online.target<br>Wants=network-online.target<br># Only start if there is a configuration file<br>ConditionFileNotEmpty=/etc/keepalived/keepalived.conf<br></div><div><br></div><div>to</div><div><br></div><div>[Unit]<br>Description=Keepalive Daemon (LVS and VRRP)<br>After=network-online.target glusterd.service<br>Wants=network-online.target glusterd.service<br># Only start if there is a configuration file<br>ConditionFileNotEmpty=/etc/keepalived/keepalived.conf<br></div><div><br></div><div>But it still isn't letting glusterd run before it. (And I did run `systemctl daemon-reload` after the change.</div><div><br></div><div>How can I track down why this isn't happening in the order I expect?</div><div><br></div><div>Thanks, Tuc</div><div><br><br><br></div><br><div id="mt-signature">
<table border="0" cellpadding="8" cellspacing="0" style="user-select: none;">
<tbody><tr>
<td>
<a id="signatureLink-logo" href="https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11&" class="" style="text-decoration:none">
<img src="https://s3.amazonaws.com/mailtrack-signature/sender-notified-72.gif" alt="Mailtrack" class="" width="32" height="32">
</a>
</td>
<td>
<span style="color:#777">Sender notified by</span> <br>
<a id="signatureLink-text" href="https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11&" class="mt-install" style="color:#4374f7">Mailtrack</a>
</td><td><span style="color:transparent;font-size:0">01/04/23, 01:18:13 PM</span></td>
<td>
</td>
</tr>
</tbody></table>
</div><img width="0" height="0" class="mailtrack-img" alt="" style="display:flex" src="https://mailtrack.io/trace/mail/82f67878217efd0dd4033130dc65b29da0a5bbb0.png?u=847429"></div>