Setting Quotas
How are quotas set for a user in zfs on Solaris 11
This command works
zfs set quota=30M users/home/cmathews
This does not
zfs set quota=30M users/home/ACCT/maples
cannot open 'users/home/ACCT/maples': filesystem does not exist
So - Since user maples in under directory ACCT, a property cannot be set.
Do all users have to be in /home and have their own filesystems to set the quota?
Thanks Carl Mathews
University of Arkansas
This command works
zfs set quota=30M users/home/cmathews
This does not
zfs set quota=30M users/home/ACCT/maples
cannot open 'users/home/ACCT/maples': filesystem does not exist
So - Since user maples in under directory ACCT, a property cannot be set.
Do all users have to be in /home and have their own filesystems to set the quota?
Thanks Carl Mathews
University of Arkansas
0