The /usr/workspace file system in all LC zones has moved to a directory-based quota accounting scheme. This means that each directory under /usr/workspace has its own quota, that is shared amongst all files under that directory, regardless of who owns the file. Both data- and inode-quotas are in effect for all /usr/workspace directories.
To query the quota usage of a workspace directory use the df command:
df -h /usr/workspace/<directory> #shows data usage df -hi /usr/workspace/<directory> #shows inode usage
As a reminder, users have access to both individual directories and group directories. Each LC group with members automatically gets a directory under /usr/workspace.
A side effect of this is that typing "quota -v" at the command line will no longer show /usr/workspace info since the quota is no longer based on user limits.
A new documentation page about how LC quotas are managed can be found here: https://hpc.llnl.gov/hardware/quotas
