We have a setup of three dedicated machines where a LAMP-Application will be installed on ubuntu 14.04. Glusterfs 3.7.x will serve as a shared storage sollution.
There are 2 high performance machines, and a third server with reasonable specs. The two high performers will host through NGINX.
The files to be served are small (2kB - 30kb). Currently the system is planed in replica 2 mode on two servers.
gluster volume create volume1 replica 2 gs1:/data/brick gs2:/data/brick
Would there be a performance gain if we add a glusterfs server on the third node?
Please note that this question is focused on glusterfs and therefore not a duplicate to the mentioned posting.