<div dir="ltr"><div class="gmail_extra">Hi Riccardo,<br><br></div><div class="gmail_extra"><div class="gmail_quote">On 3 February 2017 at 07:06, Riccardo Filippone <span dir="ltr">&lt;<a href="mailto:riccardo.filippone@3rdi-technology.com" target="_blank">riccardo.filippone@3rdi-<wbr>technology.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Good morning guys,<div><br></div><div>we are going to deploy a new production infrastructure.</div><div><br></div><div>in order to share some folders through our app servers (Tomcat 8), I wan to create a GlusterFS storage area.</div><div><br></div><div>I made some tests in localhost (using some VMs), but at the moment only with Apache2.</div><div><br></div><div>My configuration is a mirroring replica (1:1).</div><div><br></div><div><b>My questions are:</b></div><div><b><br></b></div><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><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><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><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;.<br></div><div> <br><br></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><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><br> <br></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>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><div> Again, no need. The replica translator does that for you.<br><br><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><br></div><div>Thank you in advance for your answers, </div><div><br></div><div>best regads, have a nice day,</div><div><br></div><div>Riccardo</div></div>
<br>______________________________<wbr>_________________<br>
Gluster-users mailing list<br>
<a href="mailto:Gluster-users@gluster.org" target="_blank">Gluster-users@gluster.org</a><br>
<a href="http://lists.gluster.org/mailman/listinfo/gluster-users" rel="noreferrer" target="_blank">http://lists.gluster.org/mailm<wbr>an/listinfo/gluster-users</a><br></blockquote></div><br></div><div class="gmail_extra">Doug<br></div></div>