Skip to content

Commit

Permalink
Merge pull request #357 from lucaparisi91/quota
Browse files Browse the repository at this point in the history
Exchanged command for group quota to project quota
  • Loading branch information
lucaparisi91 authored Jan 21, 2025
2 parents 29a44ab + 9e99fd6 commit 76400e5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/user-guide/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ account.

1. [Log into SAFE](https://safe.epcc.ed.ac.uk)
2. Use the "Login accounts" menu and select your Cirrus login account
3. The "Login account details" table lists any user or group quotas
3. The "Login account details" table lists any user or project quotas
that are linked with your account. (If there is no quota shown for a
row then you have an unlimited quota for that item, but you may
still may be limited by another quota.)
Expand All @@ -163,15 +163,15 @@ project `t01` then I would:
the quota and limit of 0k here indicate that no user quota is set for
this user.

To check your project (group) quota, you would use the command:
To check your project quota, you would use the command:

[auser@cirrus-login1 auser]$ lfs quota -hg t01 .
Disk quotas for grp t01 (gid 37733):
Filesystem used quota limit grace files quota limit grace
. 958.3G 0k 13.57T - 1427052 0 0 -
gid 37733 is using default file quota setting
[auser@cirrus-login1 auser]$ lfs quota -hp $(id -g)'01' .
Disk quotas for prj 3773301 (pid 3773301):
Filesystem used quota limit grace files quota limit grace
. 958.3G 0k 13.57T - 9038326 0 0 -
pid 3773301 is using default file quota setting

the limit of `13.57T` indicates the quota for the group.
the limit of `13.57T` indicates the quota for the project.

### Solid state storage

Expand Down

0 comments on commit 76400e5

Please sign in to comment.