Create storage usage statistics in JSON format, that can be imported into Open XDMoD
A script storage_metrics.py has been created that will gather the storage usage for all users/groups on a set of file systems. The statistics are written into a JSON file that can be imported into Open XDMoD.
The format for this is described at:
https://open.xdmod.org/11.0/storage.html
The list of file systems is currently defined within the script. This can be changed later, but the list is quite static.
The quota library has also been improved, as it will now determine the file system for Lustre quota automatically, based on the path. It will also generate a numeric group id for set_quota if a group name is specified as an argument.
Edited by Fokke Dijkstra