How to check your GFPS quota
To check your GPFS quotas, you can run the following script, either per user or per project is listed:
# showquota -h usage: showquota [-h] [-u USER | -p PROJECT] optional arguments: -h, --help Show this help message and exit -u USER, --user USER Show quota for user in groups -p PROJECT, --project PROJECT Show quota for a project
You can find your quota on scratch by
# showquota -p scratch
Please also understand that the quota is based on GPFS’s quota report that is queried every 15 mins and might have a fudge factor (including some -ve numbers that you should ignore for small set of files) to account for files being created or deleted.