From 75f92dd67b012dee76eb55fa57932f94be93e0f9 Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Mon, 9 Oct 2023 13:47:05 +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 a97b86b14..99cd96230 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 directory /scratch. Users may freely create subdirectories and files on the filesystem. 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 `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. To find out current SCRATCH quotas, use: -- GitLab