<div dir="ltr">I thought I would share my experience in case it helps someone else avoid a bruised forehead.<div><br></div><div>I&#39;m running the semiosis Gluster 3.4.2 on Ubuntu 12.04 (two nodes, replicated) as server and client on both.  Going through all the typical configuration work, all seemed good.  The problem came when I tried to get the boxes to start Gluster and mount the volume at boot... without user intervention.  Thinking that the most difficult part of the installation should be configuring Gluster (newbie to distributed file systems in general, never used Gluster before), I foolishly wasted a pile of time trying to fix the *simple* boot problem.  Well, I did fix it, but only by finally disabling the upstart files bundled in the install (glusterfs-server.conf and mounting-glusterfs.conf).</div>

<div><br></div><div>This was a clean install of Ubuntu 12.04.  Actually, two clean installs for testing.  And then another clean install on one box to rule out the original install!  Same behaviour on all installs.</div>
<div><br></div><div>I spent some time experimenting with different fstab entries and found I could change the mount behaviour, but only to determine *when* the mount would fail... it always failed!</div>
<div><br></div><div>My solution was to disable the two Gluster upstart conf files with .override files containing &#39;manual&#39;.  Then a simple script to a) start glusterfs-server; b) sleep for a few seconds; c) mount the Gluster volume.  The script is called from rc.local.</div>

<div><br></div><div>Hardly an elegant solution I know, but at some point <i>&#39;works&#39;</i> beats <i>&#39;pretty but non-functional&#39;</i>.</div><div><br></div><div>It&#39;s possible there is something quirky with my install that could be responsible.  But given that other than installing and configuring Gluster, nothing on the servers was tweaked, I&#39;m thinking there is a problem with the Gluster upstart conf files.  Or something in 12.04 has rendered them inoperable. Or maybe it&#39;s as a friend in Poland says... (direct translation) &quot;it&#39;s the Malice of Things...&quot;  Truly a better description than anything we have in English! ;-)</div>
<div><br></div><div>I&#39;m not looking for a solution unless someone has an obvious fix that Google couldn&#39;t locate.  I have a quick and dirty work around that works.  I just hope to save someone else the pain.</div>

</div>