[1617] in testers
Re: various things about quota and fs
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Tue Jul 30 09:00:50 1991
From: lwvanels@ATHENA.MIT.EDU
Date: Tue, 30 Jul 91 09:00:58 -0400
To: tompalka@ATHENA.MIT.EDU
Cc: testers@ATHENA.MIT.EDU
In-Reply-To: [1614]
Reply-To: lwvanels@mit.edu
>2. when I type "quota -v" it lists:
>
>Disk quotas for tompalka (uid 18064):
>Filesystem Type ID usage quota limit files quota limit
>/mit/olc-stock group olc_stock 4876 8000 9600 1423 4000 4800
>/mit/sailor user tompalka 195 1000 1200 6 500 600
>/srvd volume 227501 0 0
>/mit/tompalka volume 2916 6000 6000
>/mit/consult volume 11782 15000 15000
>/mit/motif volume 30684 30000 30000<<
>
>User tompalka over disk quota on /mit/motif, remove 684K
>
>
>I don't think it should report me as over disk quota on /mit/motif -- I
>have nothing to do with the motif locker. So that seems to be a bug,
>no?
In AFS, there are no "user quotas", only volume quotas. There is no way for
quota to know that you do not have control over some part of that locker
without checking the acl on every single directory in that volume; for
reasons of efficiency, this was not done. (Imagine what would happen when
you attached "source" if it did this.) So, quota takes the pessimistic
view, and warns you if any of the afs lockers you have attached is over
quota.
-Lucien