Hi!<br><br>Thank you for your swift answer. I have just one more question. Is it possible to <br>configure lustre system so that it writes not just the file but also the copy of the same file <br>in the same time as you create it?<br>
<br>thx!<br><br><div class="gmail_quote">On Fri, Jan 29, 2010 at 11:07 AM, Johann Lombardi <span dir="ltr"><<a href="mailto:johann@sun.com">johann@sun.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Fri, Jan 29, 2010 at 10:32:26AM +0100, gvozden rovina wrote:<br>
> OST. For instance i copied 2.5 GB file to lustre which had 120 GB storage<br>
> space (I have 2GB test OSTs) and it didn't automatically recognized full<br>
> OST but it simply stopped working with " No space left on device" error<br>
> message. There was plenty of space left on filesystem (cca 100GB). I'm<br>
> aware that I can stripe the file over several OSTs but this should be done<br>
> automatically! If the system detect that one of the OST is full it should<br>
> put it in offline state automatically.* I just cant believe that I have to<br>
> manualy watch over which OST is getting full and putting it offline like<br>
> it is described here:<br>
<br>
</div>The mds monitors OST disk usage by regularly sending OST_STATFS rpcs and<br>
it won't allocate *new* files on OSTs that are full. This means that you<br>
don't need to put full OSTs offline on the MDS, those OSTs will be skipped<br>
automatically at file creation time.<br>
<br>
That being said, we do *not* migrate existing files stored on full OSTs or<br>
increase the stripe count dynamically. The default stripe count is 1<br>
and since your OST size is 2GB, this means that by default, the maximum<br>
file size is limited to 2GB (even less with metadata overhead). You can<br>
of course change the stripe count with lfs setstripe.<br>
Restriping files would require to have the layout lock feature, which<br>
is not available in any lustre releases yet.<br>
<font color="#888888"><br>
Johann<br>
</font></blockquote></div><br>