From 7aa9cfdf0297552f85a2d6eeb1e636a6f60d2a98 Mon Sep 17 00:00:00 2001 From: Danny Marc Rotscher <danny.rotscher@tu-dresden.de> Date: Tue, 19 Oct 2021 12:31:14 +0200 Subject: [PATCH] Update doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md --- doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 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 027888e27..6f1555951 100644 --- a/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md +++ b/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md @@ -101,9 +101,10 @@ maximum durations. A workspace can be extended multiple times, depending on the | Filesystem (use with parameter `-F`) | Duration, days | Extensions | Remarks | |:------------------------------------:|:----------:|:-------:|:-----------------------------------:| -| `ssd` | 30 | 2 | High-IOPS filesystem (`/lustre/ssd`) on SSDs. | -| `beegfs` | 30 | 2 | High-IOPS filesystem (`/lustre/ssd`) on NVMes. | -| `scratch` | 100 | 10 | Scratch filesystem (`/scratch`) with high streaming bandwidth, based on spinning disks | +| `ssd` | 30 | 2 | High-IOPS filesystem (`/lustre/ssd`, symlink: `/ssd`) on SSDs. | +| `beegfs_global0` (deprecated) | 30 | 2 | High-IOPS filesystem (`/beegfs/global0`) on NVMes. | +| `beegfs` | 30 | 2 | High-IOPS filesystem (`/beegfs`) on NVMes. | +| `scratch` | 100 | 10 | Scratch filesystem (`/lustre/ssd`, symlink: `/scratch`) with high streaming bandwidth, based on spinning disks | | `warm_archive` | 365 | 2 | Capacity filesystem based on spinning disks | To extent your workspace use the following command: -- GitLab