Users have an enforcing quota on */home* only – 50 GB. If this fills up they may have problems logging in. View a user’s quota with `quota –v –u `. On headnode1, you can view all usage with `xfs_quota -x -c report /home` If you need to change a quota (and normally you should not do this, but rather push users towards the use of other storage, such as /beegfs) then use e.g. `xfs_quota –x –c 'limit –u bsoft=60g bhard=61g username' /home` Otherwise, encourage users over quota to remove files.