From 2cb2092baf38b0106441902cd6571a5bbedbdd21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz> Date: Wed, 24 May 2017 11:32:48 +0200 Subject: [PATCH] Warning on 90 days TEMP retention policy --- docs.it4i/anselm/storage.md | 1 + docs.it4i/salomon/storage.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs.it4i/anselm/storage.md b/docs.it4i/anselm/storage.md index d4265438e..2bc141c24 100644 --- a/docs.it4i/anselm/storage.md +++ b/docs.it4i/anselm/storage.md @@ -136,6 +136,7 @@ The SCRATCH filesystem is mounted in directory /scratch. Users may freely create Users are advised to save the necessary data from the SCRATCH filesystem to HOME filesystem after the calculations and clean up the scratch files. +!!! warning Files on the SCRATCH filesystem that are **not accessed for more than 90 days** will be automatically **deleted**. The SCRATCH filesystem is realized as Lustre parallel filesystem and is available from all login and computational nodes. Default stripe size is 1MB, stripe count is 1. There are 10 OSTs dedicated for the SCRATCH filesystem. diff --git a/docs.it4i/salomon/storage.md b/docs.it4i/salomon/storage.md index b0e401cde..544193826 100644 --- a/docs.it4i/salomon/storage.md +++ b/docs.it4i/salomon/storage.md @@ -270,6 +270,7 @@ The TEMP workspace resides on SCRATCH file system. The TEMP workspace accesspoin Users are advised to save the necessary data from the TEMP workspace to HOME or WORK after the calculations and clean up the scratch files. +!!! warning Files on the TEMP file system that are **not accessed for more than 90 days** will be automatically **deleted**. The TEMP workspace is hosted on SCRATCH file system. The SCRATCH is realized as Lustre parallel file system and is available from all login and computational nodes. Default stripe size is 1 MB, stripe count is 1. There are 54 OSTs dedicated for the SCRATCH file system. -- GitLab