From 341fe14a8f79724295dfe6614a472020c8baf1fb Mon Sep 17 00:00:00 2001
From: Martin Schroschk <martin.schroschk@tu-dresden.de>
Date: Wed, 25 Sep 2024 16:25:56 +0200
Subject: [PATCH] Remove beegfs from documentation; Fix workspace filesystems
 for alpha and romeo

---
 doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md b/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
index da470eda5..9b2c13b48 100644
--- a/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
+++ b/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
@@ -35,7 +35,6 @@ renewals are provided in the following table.
 |:------------------------------------------------------------|---------------:|-----------:|---------:|
 | `horse`                                                     | 100            | 10         | 30       |
 | `walrus`                                                    | 100            | 10         | 60       |
-| `beegfs`                                                    | 30             | 2          | 30       |
 {: summary="Settings for Workspace Filesystems."}
 
 !!! note
@@ -64,9 +63,8 @@ provides information which filesystem is available on which cluster.
     ```console
     marie@login.alpha$ ws_list -l
     available filesystems:
-    ssd
-    beegfs_global0
-    beegfs (default)
+    horse (default)
+    walrus
     ```
 
 === "Romeo"
@@ -74,7 +72,8 @@ provides information which filesystem is available on which cluster.
     ```console
     marie@login.romeo$ ws_list -l
     available filesystems:
-    horse
+    horse (default)
+    walrus
     ```
 
 !!! note "Default filesystem"
-- 
GitLab