Skip to content
Snippets Groups Projects
Commit 36fb47f3 authored by Jan Siwiec's avatar Jan Siwiec
Browse files

Update storage.md

parent a7a9253d
No related branches found
No related tags found
No related merge requests found
Pipeline #26105 passed with warnings
...@@ -154,39 +154,9 @@ For more information, see the [PROJECT storage][6] section. ...@@ -154,39 +154,9 @@ For more information, see the [PROJECT storage][6] section.
### Disk Usage and Quota Commands ### Disk Usage and Quota Commands
Disk usage and user quotas can be checked and reviewed using the following command: Disk usage and user quotas can be checked and reviewed using the `it4ifsusage` command. You can see an example output [here][9].
```console To have a better understanding of where the space is exactly used, you can use following command:
$ it4i-disk-usage
```
Example:
```console
$ it4i-disk-usage -H
# Using human-readable format
# Using power of 1000 for space
# Using power of 1000 for entries
Filesystem: /home
Space used: 11GB
Space limit: 25GB
Entries: 15K
Entries limit: 500K
# based on filesystem quota
Filesystem: /scratch
Space used: 5TB
Space limit: 10TB
Entries: 22K
Entries limit: 10M
# based on Lustre quota
```
In this example, we view current size limits and space occupied on the /home and /scratch filesystem, for a particular user executing the command.
Note that limits are imposed also on number of objects (files, directories, links, etc.) that are allowed to create.
To have a better understanding of where the space is exactly used, you can use following command to find out.
```console ```console
$ du -hs dir $ du -hs dir
...@@ -247,6 +217,7 @@ For more information, see the [Job Features][8] section. ...@@ -247,6 +217,7 @@ For more information, see the [Job Features][8] section.
[6]: ../storage/project-storage.md [6]: ../storage/project-storage.md
[7]: ../storage/standard-file-acl.md [7]: ../storage/standard-file-acl.md
[8]: ../job-features.md#global-ram-disk [8]: ../job-features.md#global-ram-disk
[9]: [6]: ../storage/project-storage.md#project-quotas
[a]: http://www.nas.nasa.gov [a]: http://www.nas.nasa.gov
[b]: http://www.nas.nasa.gov/hecc/support/kb/Lustre_Basics_224.html#striping [b]: http://www.nas.nasa.gov/hecc/support/kb/Lustre_Basics_224.html#striping
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment