Skip to content

Commit 2e56dca

Browse files
committed
warn against touching files to avoid clean up
1 parent 0cd0941 commit 2e56dca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/storage/filesystems.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,11 @@ A daily process removes files that have not been **accessed (either read or writ
315315
2025-05-23 16:27:40.580767016 +0200
316316
```
317317

318+
!!! warning "Do not artificially update the access time of files"
319+
It is not allowed to automatically or artificially update the access time of files to avoid the cleanup policy, and CSCS scans for these activities.
320+
321+
Please move data to a file system that is suitable for persistant storage instead.
322+
318323
In addition to the automatic deletion of old files, if occupancy exceeds 60% the following steps are taken to maintain performance of the file system:
319324

320325
* **Occupancy ≥ 60%**: CSCS will ask users to take immediate action to remove unnecessary data.

0 commit comments

Comments
 (0)