Hi,
I have a filer running ONTAP 7.0 connecting to a Solaris box with automounted home directories, and I'm getting different results depending on whether I have a quota in a qtree vs. a volume. If anyone can shed some light on this "problem" I would appreciate it. Thanks.
-C.
In the examples below, there is 35GB qtree ("home") under vol0 and a 35GB flexible volume ("home"). Both have default user quotas of 5GB.
If a user's home directory is in a qtree and they do "df" on the unix box, their "partition" shows up sized to their quota. This is good; although this is *not* the way things worked pre-ONTAP 7.0
Ex. User1@unixbox> df -kh . Filesystem Size Used Available Use% Mounted on filer:/vol/vol0/home/user1 5.0G 2.0G 3.0G 40% /home/user1
If a user's home directory is in a volume, their "partition" shows up sized to the size of the volume. They need to run "quota -v" on the client to get their quota.
Ex.
User2@unixbox> df -kh . Filesystem Size Used Available Use% Mounted on filer:/vol/home/user2 32G 11G 21G 35% /home/user2
User2@unixbox> quota -v Disk quotas for user2 (uid 1001): Filesystem usage quota limit timeleft files quota limit timeleft /home/user2 1914808 5242880 5242880 2172 -1 -1
I notice the same behavior. I was also unable to get the "new" behavior to happen on a new traditional volume, only old traditional volumes from before the upgrade.
On Mon, Mar 14, 2005 at 10:47:39AM -0800, Charles Bartels wrote:
Hi,
I have a filer running ONTAP 7.0 connecting to a Solaris box with automounted home directories, and I'm getting different results depending on whether I have a quota in a qtree vs. a volume. If anyone can shed some light on this "problem" I would appreciate it. Thanks.
-C.
In the examples below, there is 35GB qtree ("home") under vol0 and a 35GB flexible volume ("home"). Both have default user quotas of 5GB.
If a user's home directory is in a qtree and they do "df" on the unix box, their "partition" shows up sized to their quota. This is good; although this is *not* the way things worked pre-ONTAP 7.0
Ex. User1@unixbox> df -kh . Filesystem Size Used Available Use% Mounted on filer:/vol/vol0/home/user1 5.0G 2.0G 3.0G 40% /home/user1
If a user's home directory is in a volume, their "partition" shows up sized to the size of the volume. They need to run "quota -v" on the client to get their quota.
Ex.
User2@unixbox> df -kh . Filesystem Size Used Available Use% Mounted on filer:/vol/home/user2 32G 11G 21G 35% /home/user2
User2@unixbox> quota -v Disk quotas for user2 (uid 1001): Filesystem usage quota limit timeleft files quota limit timeleft /home/user2 1914808 5242880 5242880 2172 -1 -1