<div dir="ltr"><div><div><div>I think this might give you something like  the behaviour you are looking for, it will not balance blocks across different servers but will distribute reads from clients across all the servers.<br><br>cluster.read-hash-mode 2<br><br></div>0 means use the first server to respond I think - at least that&#39;s my guess of what &quot;first up server&quot; means<br></div></div>1 hashed by GFID,  so clients will use the same server for a given file but different files may be accessed from different nodes. <br></div><div class="gmail_extra"><br><div class="gmail_quote">On 3 October 2016 at 05:50, Gandalf Corvotempesta <span dir="ltr">&lt;<a href="mailto:gandalf.corvotempesta@gmail.com" target="_blank">gandalf.corvotempesta@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">2016-10-03 11:33 GMT+02:00 Joe Julian &lt;<a href="mailto:joe@julianfamily.org">joe@julianfamily.org</a>&gt;:<br>
&gt; By default, the client reads from localhost first, if the client is also a<br>
&gt; server, or the first to respond. This can be tuned to balance the load<br>
&gt; better (see &quot;gluster volume set help&quot;) but that&#39;s not necessarily more<br>
&gt; efficient. As always, it depends on the workload.<br>
<br>
</span>So, is no true saying that gluster aggregate bandwidth in readings.<br>
Each client will always read from 1 node. Having 3 nodes means that<br>
I can support a number of clients increased by 3.<br>
<br>
Something like an ethernet bonding, each transfer is always subject to the<br>
single port speed, but I can support twice the connections by creating<br>
a bond of 2.<br>
<span class=""><br>
&gt; Reading as you suggested is actually far less efficient. The reads would<br>
&gt; always be coming from disk and never in any readahead cache.<br>
<br>
</span>What I mean is to read the same file in multiple parts from multiple<br>
servers and not<br>
reading the same file part from multiple servers.<br>
<div class="HOEnZb"><div class="h5">______________________________<wbr>_________________<br>
Gluster-users mailing list<br>
<a href="mailto:Gluster-users@gluster.org">Gluster-users@gluster.org</a><br>
<a href="http://www.gluster.org/mailman/listinfo/gluster-users" rel="noreferrer" target="_blank">http://www.gluster.org/<wbr>mailman/listinfo/gluster-users</a><br>
</div></div></blockquote></div><br></div>