<div dir="ltr">Hi,<br><br>I have configured glusterfs between two servers and mounting the gluster volume under /var/www directory. Since I am using only two servers, I had to install glusterfs-client in the same machine itself(<a href="http://gopukrish.wordpress.com/high-availability-load-balanced-wordpress-site/">http://gopukrish.wordpress.com/high-availability-load-balanced-wordpress-site/</a>). My primary objective was to get the two servers replicated. Currently I am mounting the volume as below :<br>
mount -t glusterfs server1:/datavol /var/www<br>When I add the same entry in /etc/fstab, server wont come online since it cant detect such a volume at bootup. Otherwise I should add the fstab entry with the server2. But in worst case(both servers down), no server wouldnt come online as both the servers are using other volume.<br>
<br>Is there anyway to automatically mount the volume automatically after the server came up online ?<br></div>