Skip to content

Commit

Permalink
update myquota example
Browse files Browse the repository at this point in the history
  • Loading branch information
nd996 committed Aug 5, 2024
1 parent 3c161f0 commit 722e8a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/source/getting_started/storage_on_viking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ Then write to the directory that has the flash pool set. By default that just st

Please remember to delete your data after you've finished using the flash storage.

.. _longship:

Longship
--------
Expand Down
7 changes: 4 additions & 3 deletions docs/source/getting_started/storage_quota.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ To check how much space you have left, run the following command:
$ myquota
Which will produce something similar to the following result:
Which will produce something similar to the following result where you can see your **scratch** quota, your **home** folder quota (``/users/abc123``), and now also your :ref:`longship` quota:

.. FIXME: update this

.. code-block:: console
Expand All @@ -64,7 +63,9 @@ Which will produce something similar to the following result:
Disk quotas for user abc123 (uid 12345):
Filesystem space quota limit grace files quota limit grace
10.10.0.15:/export/users
232K 100G 110G 57 400k 500k
220K 100G 110G 53 400k 500k
longship.york.ac.uk:/users
0K 0K 2048G 1 0 0
What happens if you exceed your quota
Expand Down

0 comments on commit 722e8a0

Please sign in to comment.