From 9319a5191c67a2d245632f3bf04fee557e4e4951 Mon Sep 17 00:00:00 2001 From: Danny Marc Rotscher <danny.rotscher@tu-dresden.de> Date: Tue, 19 Oct 2021 12:54:16 +0200 Subject: [PATCH] moved "symlink" to "symbolic link" --- doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md | 4 ++-- 1 file changed, 2 insertions(+), 2 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 6f1555951..d970f38b9 100644 --- a/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md +++ b/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md @@ -101,10 +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`, symlink: `/ssd`) on SSDs. | +| `ssd` | 30 | 2 | High-IOPS filesystem (`/lustre/ssd`, symbolic link: `/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 | +| `scratch` | 100 | 10 | Scratch filesystem (`/lustre/ssd`, symbolic link: `/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