<div dir="ltr">Hi Doug, first of all, thank you for your reply.<div><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>1) Considering 2 Frontends and 2 Gluster FS Nodes, the best practice is to write a different fstab entry for each node?</div></div></blockquote><div><br></div></span><div>I don&#39;t see why you&#39;d need that. The only differences you might have would be if you&#39;re mounting different volumes on different servers.<br></div><div>You could homogenise that even further by simply using <i>localhost</i> instead of the server&#39;s FQDN.<br></div></div></div></div></blockquote><div><br>Ok</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div></div><span class=""><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Frontend1 (mount the first gluster node, and the second one as backup volume):</div><div>gluster1.droplet.com:/app_volu<wbr>me /var/www/html glusterfs defaults,_netdev,backupvolfile<wbr>-server=<a href="http://gluster2.droplet.com" target="_blank">gluster2.droplet.com</a> 0 0<br></div><div><br></div><div>Frontend2 /etc/fstab (mount the second gluster node, and the first one as backup volume):</div><div>gluster2.droplet.com:/app_volu<wbr>me /var/www/html glusterfs defaults,_netdev,backupvolfile<wbr>-server=<a href="http://gluster1.droplet.com" target="_blank">gluster1.droplet.com</a> 0 0<br></div></div></blockquote><div><br></div></span><div>On the more recent versions (3.7+ at least), if you&#39;re mounting through fuse you no longer need to define backup servers, gluster deals with that internally. One mount option I would add would be &quot;relatime&quot;.</div></div></div></div></blockquote><div><br></div><div>Thank you for this suggestion, so I&#39;m considering to use FUSE now.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class=""><div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div></div><div>2) I want to backup every day the volume files. I can run a zip command directly from the gluster node, or I need to mount it on the backup server than run the command? Is there any other good solution to store a backup?<br></div></div></blockquote><div><br></div></span><div>I don&#39;t see it&#39;d make much difference. If it&#39;s lots of small files though, there could be a performance hit. If it did become an issue, it might be more efficient exporting snapshots (assuming your bricks are backed by LVM. ZFS would make it even easier).<br></div></div></div></div></blockquote><div><br></div><div>Ok</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div></div><span class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div></div><div>3) Can I share WebApps folder between Tomcat servers? Is there any known issue? (for example putting a .war into the WebApps folder, I think I&#39;ll generate some errors due to tomcat war deploying? Anyone have experiences with tomcat and glusterfs shared folders?)</div><div><br></div><div>4) Can I use a load balancer software to mount GlusterFS volumes? If YES, is there any benefits?</div></div></blockquote><div><br></div></span><div> Again, no need. The replica translator does that for you.<br></div></div></div></div></blockquote><div><br></div><div>Perfect, but I don&#39;t understand if it could be a good idea share the WebApps folder, using a volume (called webapps) for all tomcats (so we can deploy only one time).</div><div><br></div><div>Thank you in advance, on next week, we are going to start the activities :)<br><br>regards,</div><div><br></div><div>Riccardo </div></div></div></div></div>