From e83bb03fc7f1acd53d6bd7c9ee8994bf2c1539ab Mon Sep 17 00:00:00 2001
From: Martin Schroschk <martin.schroschk@tu-dresden.de>
Date: Mon, 23 Sep 2024 15:24:18 +0200
Subject: [PATCH] Correct type of projects filesystem

---
 doc.zih.tu-dresden.de/docs/data_lifecycle/permanent.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc.zih.tu-dresden.de/docs/data_lifecycle/permanent.md b/doc.zih.tu-dresden.de/docs/data_lifecycle/permanent.md
index 8d9864675..6ad3e771e 100644
--- a/doc.zih.tu-dresden.de/docs/data_lifecycle/permanent.md
+++ b/doc.zih.tu-dresden.de/docs/data_lifecycle/permanent.md
@@ -11,7 +11,7 @@
 | Filesystem Name   | Usable Directory  | Availability | Type     | Quota              |
 |:------------------|:------------------|:-------------|:---------|:-------------------|
 | Home              | `/home`           | global       | Lustre   | per user: 50 GB    |
-| Projects          | `/projects`       | global       | Lustre   | per project        |
+| Projects          | `/projects`       | global       | NFS      | per project        |
 
 ## Global /home Filesystem
 
-- 
GitLab