On Tue, Nov 11, 2008 at 4:01 PM, NovA <span dir="ltr">&lt;<a href="mailto:av.nova@gmail.com">av.nova@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi!<br>
<br>
And what is the scheduling policy of DHT? Is there something like NUMA planned?<br>
<br>
Best regards,<br>
 &nbsp;Andrey<br>
</blockquote></div><br>Andrey,<br><br>I think the DHT will distribute things equaly for all the subvolumes. It does that according with a hash of the filename. It doesn`t use weights on subvolumes, although it should be easy to implement. <br>
<br>This is why the DHT is great, the lookup() and open() operations will go only for the only node that have the file. DHT is also great because it doesn&#39;t have the namespace cache, but I think unify will remove this too...<br>
<br>Tomorrow I`ll get the new storages and start the tests. <br><br>Best,<br>Daniel<br>