On 09/05/97 01:40:58 Daniel Quinlan wrote:
Given these parameters:
- I would like to use quotas to track user disk space usage (but not limit it)
Bruce sirbruce@ix.netcom.com replied:
Easily done, but there are some caveats.
[...]
- Some clients can't deal with quotas great thatn 8GB, and
there is currently no option on the filer to limit this (this is filed as a bug), so you'd have to restrict your users to 8GB. If you have any over that, you don't want them in the quota system.
So, you'd want something like:
# Quota Target type disk files # ------------- ----- ---- ----- /newhome tree
user@newhome 8G
The first line might not even be necessary, but it's worth including just for reference. Hmm, unless it breaks the clients the same way. Maybe the 8G can be omitted from the user entry as well? I don't know, I haven't tried it. The line might also be ncessary for the file to be parsed properly.
What Netapp really needs to do is a default quota report by uid/gid type of command on the filer, to avoid the need to set up quotas to track usage.
Since we have users using more than 8GB, this is a major problem. What operating systems have the 8 GB limit? Has there been any work to address these issues? Will it work without the "8GB" in the user entry?
- Dan