From 53f26425b9bb28e9d20b63b357c6e3f8e6900208 Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Mon, 9 Oct 2023 14:42:52 +0200 Subject: [PATCH] Update storage.md --- docs.it4i/karolina/storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.it4i/karolina/storage.md b/docs.it4i/karolina/storage.md index 99cd96230..81ec4344c 100644 --- a/docs.it4i/karolina/storage.md +++ b/docs.it4i/karolina/storage.md @@ -54,7 +54,7 @@ The filesystem is backed up, so that it can be restored in case of a catastrophi The SCRATCH filesystem is realized as a parallel Lustre filesystem. It is accessible via the Infiniband network and is available from all login and compute nodes. Extended ACLs are provided on the Lustre filesystems for sharing data with other users using fine-grained control. For basic information about Lustre, see the [Understanding the Lustre Filesystems][7] subsection of the Barbora's storage documentation. -The SCRATCH filesystem is mounted in the `/scratch/project/PROJECT_ID` directory created automatically with the `PDOJECT_ID` project. Accessible capacity is 1000 TB, shared among all users. Users are restricted by PROJECT quotas set to 20 TB. The purpose of this quota is to prevent runaway programs from filling the entire filesystem and deny service to other users. Should 20 TB prove insufficient, contact [support][d], the quota may be increased upon request. +The SCRATCH filesystem is mounted in the `/scratch/project/PROJECT_ID` directory created automatically with the `PROJECT_ID` project. Accessible capacity is 1000 TB, shared among all users. Users are restricted by PROJECT quotas set to 20 TB. The purpose of this quota is to prevent runaway programs from filling the entire filesystem and deny service to other users. Should 20 TB prove insufficient, contact [support][d], the quota may be increased upon request. To find out current SCRATCH quotas, use: -- GitLab