<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
Hi,<div><br class="webkit-block-placeholder"></div><div>I followed your scenario on my test lustre 1.6.3 installation</div><div><br class="webkit-block-placeholder"></div><div>1) set quota limit</div><div>lfs setquota -u test 0 512000 0 0 /home</div><div><br class="webkit-block-placeholder"></div><div>2) create files</div><div>for i in 1 2 3 4 ; do dd if=/dev/zero of=dummy.$i bs=102400K count=1 & done</div><div>files are created</div><div><div> lfs quota -u test /home</div><div>Disk quotas for user test (uid 627):</div><div>     Filesystem  kbytes   quota   limit   grace   files   quota   limit   grace</div><div>          /home  409620       0  512000               6       0       0        </div><div>ddn_home-MDT0000_UUID</div><div>                      4       0  102400               6       0       0        </div><div>ddn_home-OST0000_UUID</div><div>                 102404*      0  102400        </div><div>ddn_home-OST0001_UUID</div><div>                 102404*      0  102400        </div><div>ddn_home-OST0002_UUID</div><div>                 102404*      0  102400        </div><div>ddn_home-OST0003_UUID</div><div>                 102404*      0  102400        </div><div><br class="webkit-block-placeholder"></div><div>3) delete files</div><div> rm -rf dummy.*</div><div><div>lfs quota -u test /home</div><div>Disk quotas for user test (uid 627):</div><div>     Filesystem  kbytes   quota   limit   grace   files   quota   limit   grace</div><div>          /home       4       0  512000               2       0       0        </div><div>ddn_home-MDT0000_UUID</div><div>                      4       0  102400               2       0       0        </div><div>ddn_home-OST0000_UUID</div><div>                      0       0  102400        </div><div>ddn_home-OST0001_UUID</div><div>                      0       0  102400        </div><div>ddn_home-OST0002_UUID</div><div>                      0       0  102400        </div><div>ddn_home-OST0003_UUID</div><div>                      0       0  102400       </div><div><br class="webkit-block-placeholder"></div><div>4) create files again</div><div>for i in 1 2 3 4 ; do dd if=/dev/zero of=dummy.$i bs=102400K count=1 & done</div><div><br class="webkit-block-placeholder"></div><div><div>ls -l</div><div>total 409616</div><div>-rw-rw-r--  1 test test 104857600 Jan  9 16:28 dummy.1</div><div>-rw-rw-r--  1 test test 104857600 Jan  9 16:28 dummy.2</div><div>-rw-rw-r--  1 test test 104857600 Jan  9 16:28 dummy.3</div><div>-rw-rw-r--  1 test test 104857600 Jan  9 16:28 dummy.4</div><div><br class="webkit-block-placeholder"></div><div><div>lfs quota -u test /home</div><div>Disk quotas for user test (uid 627):</div><div>     Filesystem  kbytes   quota   limit   grace   files   quota   limit   grace</div><div>          /home  409620       0  512000               6       0       0        </div><div>ddn_home-MDT0000_UUID</div><div>                      4       0  102400               6       0       0        </div><div>ddn_home-OST0000_UUID</div><div>                 102404*      0  102400        </div><div>ddn_home-OST0001_UUID</div><div>                 102404*      0  102400        </div><div>ddn_home-OST0002_UUID</div><div>                 102404*      0  102400        </div><div>ddn_home-OST0003_UUID</div><div>                 102404*      0  102400      </div><div><br class="webkit-block-placeholder"></div></div></div></div></div><div>As you see I couldn't reproduce your scenarios but I think source of my problem is similar to yours. I created bugzilla ticket for my problem</div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: 12.0px Helvetica"><a href="https://bugzilla.lustre.org/show_bug.cgi?id=14619">https://bugzilla.lustre.org/show_bug.cgi?id=14619</a></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><br class="webkit-block-placeholder"></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">cheers</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><br class="webkit-block-placeholder"></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Wojciech Turek</div></div><div><br><div><div>On 9 Jan 2008, at 13:51, Patrick Winnertz wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Am Mittwoch, 9. Januar 2008 14:38:05 schrieben Sie:</div> <blockquote type="cite"><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Hi,</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">We see similar problem on our 1.6.3 lustre installation I will open</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">bugzilla ticket for that issue</div> </blockquote><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Okay, fine.. can you please set me into the cc of this ticket?</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Greetings</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Patrick<span class="Apple-converted-space"> </span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">--</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Patrick Winnertz</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Tel.: +49 (0) 2161 / 4643 - 0</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">credativ GmbH, HRB Mönchengladbach 12080</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Hohenzollernstr. 133, 41061 Mönchengladbach</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Geschäftsführung: Dr. Michael Meskes, Jörg Folz</div> </blockquote></div><br></div></body></html>