|
Hello, I have a problem with Luster Quotas. I have configured a quotas for a user (uid=151). but when quotas are exceeded and user wants to write, he can do it. The clients can write 2.6Mb each time. lfs setquota -u 151 -b 128 -B 128 -i 0 -I 0 /mnt/data/ lfs quota -u 151 /mnt/data Disk quotas for user 151 (uid 151): Filesystem kbytes quota limit grace files quota limit grace /mnt/data 6084771648* 128 128 - 855134 0 0 - but... dd if=/dev/zero of=eraseme1 bs=1M count=10 dd: writing `eraseme1': Disk quota exceeded 3+0 records in 2+0 records out 2600960 bytes (2.6 MB) copied, 0.249121 seconds, 10.4 MB/s dd if=/dev/zero of=eraseme2 bs=1M count=10 dd: writing `eraseme2': Disk quota exceeded 3+0 records in 2+0 records out 2600960 bytes (2.6 MB) copied, 0.249121 seconds, 10.4 MB/s dd if=/dev/zero of=eraseme3 bs=1M count=10 dd: writing `eraseme3': Disk quota exceeded 3+0 records in 2+0 records out 2600960 bytes (2.6 MB) copied, 0.249121 seconds, 10.4 MB/s |
_______________________________________________ Lustre-discuss mailing list [email protected] http://lists.lustre.org/mailman/listinfo/lustre-discuss

