<div dir="ltr"><div><br></div><div>In your case for 5500 bricks cli is failing the command saying &quot;Total brick list is larger than a request. Can take (brick_count 4444)&quot;.<br><br></div><div>RCA..<br>gluster cli while parsing the command takes the wordcount and based on that it compares the statically initialized size as you have point out in <br><a href="https://github.com/gluster/glusterfs/blob/c136024613c697fec87aaff3a070862b92c57977/cli/src/cli-cmd-parser.c#L84" rel="noreferrer" target="_blank">https://github.com/gluster/<wbr>glusterfs/blob/<wbr>c136024613c697fec87aaff3a07086<wbr>2b92c57977/cli/src/cli-cmd-<wbr>parser.c#L84.</a> While doing so when <br>wordcount increases which is happening in your case cli fails the command with the above message.<br>In the error message you are getting 4444, this is coming based on the parsing logic. <br><br></div><div>I believe having dynamically allocated size based on max_brick_path(4096) * no_of_bricks will solve the issue.<br></div><div><br></div><div>Thanks<br></div><div>Gaurav<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Aug 23, 2017 at 11:23 AM, Serkan Ă‡oban <span dir="ltr">&lt;<a href="mailto:cobanserkan@gmail.com" target="_blank">cobanserkan@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">This is the command line output:<br>
Total brick list is larger than a request. Can take (brick_count 4444)<br>
Usage: volume create &lt;NEW-VOLNAME&gt; [stripe &lt;COUNT&gt;] [replica &lt;COUNT&gt;] ....<br>
<br>
I am testing if a big single volume will work for us. Now I am<br>
continuing testing with three volumes each 13PB...<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://lists.gluster.org/mailman/listinfo/gluster-users" rel="noreferrer" target="_blank">http://lists.gluster.org/<wbr>mailman/listinfo/gluster-users</a><br>
</div></div></blockquote></div><br></div>