diff options
Diffstat (limited to 'vimwiki/Quota Problems.md')
| -rw-r--r-- | vimwiki/Quota Problems.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vimwiki/Quota Problems.md b/vimwiki/Quota Problems.md new file mode 100644 index 0000000..2094f42 --- /dev/null +++ b/vimwiki/Quota Problems.md @@ -0,0 +1,15 @@ +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 <username>`. + +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. + |
