From 81cad99bf58e53a953794d649fb9aab88b536d3d Mon Sep 17 00:00:00 2001
From: Radovan Pasek <radovan.pasek@vsb.cz>
Date: Thu, 10 Apr 2025 11:26:03 +0200
Subject: [PATCH] project-storage must not be used for computing

---
 docs.it4i/storage/project-storage.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/docs.it4i/storage/project-storage.md b/docs.it4i/storage/project-storage.md
index f97106f7..940974da 100644
--- a/docs.it4i/storage/project-storage.md
+++ b/docs.it4i/storage/project-storage.md
@@ -2,7 +2,10 @@
 
 The PROJECT data storage is a central storage for projects' and users' data on IT4Innovations.
 The PROJECT data storage is accessible from all IT4Innovations clusters and allows to share data across clusters.
-The storage is intended to be used throughout the whole project's lifecycle.
+The storage is intended to be used throughout the whole project's lifecycle. 
+
+PROJECT data storage is not designed for computational tasks and must not be used directly for such purposes.
+Please ensure that all files are copied to SCRATCH from the login nodes before submitting your job.
 
 ## Technical Overview
 
-- 
GitLab