<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On 19 December 2017 at 00:11, Stefan Solbrig <span dir="ltr">&lt;<a href="mailto:stefan.solbrig@ur.de" target="_blank">stefan.solbrig@ur.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
with the option &quot;cluster.min-free-disk&quot; set, glusterfs avoids placing files bricks that are &quot;too full&quot;.<br>
I&#39;d like to understand when the free space on the bricks  is calculated. It seems to me that this does not happen for every write call (naturally) but at some interval or that some other event triggers this.<br></blockquote><div><br></div><div>This is checked as part of the file create and mkdir calls.  </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
i.e, if I write two files quickly (that together would fill a brick) I&#39;d get a error message:<br>
<br>
dd if=/dev/zero  of=a    bs=1k count=15000 &amp;&amp; sleep 1 &amp;&amp; dd if=/dev/zero  of=aa     bs=1k count=15000<br>
#yiels: dd: error writing ‘aa’: No space left on device<br>
#(brick1 is full, but glusterd still tries to place file &quot;aa&quot; on the same brick<br>
<br>
dd if=/dev/zero  of=a    bs=1k count=15000 &amp;&amp; sleep 60  &amp;&amp; dd if=/dev/zero  of=aa     bs=1k count=15000<br>
#this works....<br>
#link file on brick1 to &quot;aa&quot; and the real &quot;aa&quot;-file on brick2<br></blockquote><div><br></div><div>Are these being done in parallel? If yes, you can hit this problem as the value is calculated before the create at which point there is sufficient disk space.</div><div><br></div><div>Regards,</div><div>Nithya</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
when is statfs (or a simlar call) evaluated?<br>
<br>
Thank you!<br>
best wishes,<br>
Stefan<br>
<br>
<br>
<br>
<br>
______________________________<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></blockquote></div><br></div></div>