Skip to content
Snippets Groups Projects
Commit 57f4b83b authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Fix typos

parent 0f8e26fe
No related branches found
No related tags found
3 merge requests!322Merge preview into main,!319Merge preview into main,!225Data lifecycle mf
...@@ -2,13 +2,13 @@ ...@@ -2,13 +2,13 @@
## Large Files in /scratch ## Large Files in /scratch
The data containers in Lustre are called object storage targets (OST). The capacity of one OST is The data containers in Lustre are called object storage targets (OST). The capacity of one OST is
about 21 TB. All files are striped over a certain number of these OSTs. For small and medium files, about 21 TB. All files are striped over a certain number of these OSTs. For small and medium files,
the default number is 2. As soon as a file grows above \~1 TB it makes sense to spread it over a the default number is 2. As soon as a file grows above \~1 TB it makes sense to spread it over a
higher number of OSTs, eg. 16. Once the file system is used \> 75%, the average space per OST is higher number of OSTs, e.g. 16. Once the file system is used \> 75%, the average space per OST is
only 5 GB. So, it is essential to split your larger files so that the chunks can be saved! only 5 GB. So, it is essential to split your larger files so that the chunks can be saved!
Lets assume you have a dierctory where you tar your results, e.g. `/scratch/mark/tar`. Now, simply Lets assume you have a directory where you tar your results, e.g. `/scratch/mark/tar`. Now, simply
set the stripe count to a higher number in this directory with: set the stripe count to a higher number in this directory with:
```Bash ```Bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment