<div class="gmail_quote"><div>Hi Lior,<br>&nbsp;<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div class="Wj3C7c"><div bgcolor="#ffffff" text="#000000">
2008-12-18 19:20:09 W [alu.c:892:alu_scheduler] alu: No node is
eligible to schedule<br>
<br>
<br>
However it doesn&#39;t enforce the limit, I can still copy files, untill
all the servers have their partitions fully filled.<br>
<br>
Is this a normal behavior ?<br>
Is there a way to enforce the limit, i.e. get &lt;no space left on
device&gt; type of error to the process that tries to write.<br>
<br>
</div></div></div></blockquote></div><br>Unify&#39;s schedulers themself&nbsp; won&#39;t implement any Quotas (ie, limits). These are limits, after crossing which, you will get warnings, critical messages in log file, so you are aware that all nodes are full, and this is time for storage upgrade. If extra nodes are not added, it will continue to schedule file creation within available nodes.<br>
<br>You may want to try &#39;quota&#39; translator in that case (which is in 1.4.0rc+ releases), which just implements export directory limits. (And this has to be added just over the posix translator, in server part).<br>
<br>Regards,<br>Amar<br><br>