From adc44e22bc3df40bd9b4c5d923e80badb9a8a910 Mon Sep 17 00:00:00 2001
From: Danny Marc Rotscher <danny.rotscher@tu-dresden.de>
Date: Tue, 19 Oct 2021 13:32:08 +0200
Subject: [PATCH] Added filesystem feature fs_beegfs

---
 doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md b/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md
index d7c3530fa..13b4e5b12 100644
--- a/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md
+++ b/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md
@@ -396,10 +396,11 @@ these filesystems are tested every few minutes on each node and the Slurm featur
 
 | Feature            | Description                                                          |
 |:-------------------|:---------------------------------------------------------------------|
-| `fs_lustre_scratch2` | `/scratch` mounted read-write (mount point is `/lustre/scratch2)`  |
-| `fs_lustre_ssd`      | `/lustre/ssd` mounted read-write                                   |
+| `fs_lustre_scratch2` | `/scratch` mounted read-write (mount point is `/lustre/scratch2`)  |
+| `fs_lustre_ssd`      | `/ssd` mounted read-write (mount point is `/lustre/ssd`)           |
 | `fs_warm_archive_ws` | `/warm_archive/ws` mounted read-only                               |
 | `fs_beegfs_global0`  | `/beegfs/global0` mounted read-write                               |
+| `fs_beegfs`          | `/beegfs` mounted read-write                                       |
 
 For certain projects, specific filesystems are provided. For those,
 additional features are available, like `fs_beegfs_<projectname>`.
-- 
GitLab