The GPFS quota computation may end up in a deadlock that results in
the quota information not being updated in the StorM database.
This issue is caused by an improper sharing of a bounded threadpool between
the thread that submits the GPFS Quota computation tasks and the workers
that perform the quota computation.
A periodic (daily?) restart of the backend mitigates the issue.