Skip to content
Snippets Groups Projects
Commit b8279f85 authored by Bert Wesarg's avatar Bert Wesarg :keyboard:
Browse files

Fix links and fix alignment in existing columns

parent 5a118ca9
No related branches found
No related tags found
2 merge requests!567Automated merge from preview to main,!562Cross reference filesystem features with workspace filesystems
...@@ -99,13 +99,13 @@ days with an email reminder for 7 days before the expiration. ...@@ -99,13 +99,13 @@ days with an email reminder for 7 days before the expiration.
The lifetime of a workspace is finite. Different filesystems (storage systems) have different The lifetime of a workspace is finite. Different filesystems (storage systems) have different
maximum durations. A workspace can be extended multiple times, depending on the filesystem. maximum durations. A workspace can be extended multiple times, depending on the filesystem.
| Filesystem (use with parameter `-F`) | Duration, days | Extensions | [Filesystem Feature](../jobs_and_resources/slurm#filesystem-features) | Remarks | | Filesystem (use with parameter `-F`) | Duration, days | Extensions | [Filesystem Feature](../jobs_and_resources/slurm.md#filesystem-features) | Remarks |
|:------------------------------------:|:--------------:|:----------:|:----------------------------------------------------------------------|:-------:| |:-------------------------------------|---------------:|-----------:|:-------------------------------------------------------------------------|:--------|
| `ssd` | 30 | 2 | `fs_lustre_ssd` | High-IOPS filesystem (`/lustre/ssd`, symbolic link: `/ssd`) on SSDs. | | `ssd` | 30 | 2 | `fs_lustre_ssd` | High-IOPS filesystem (`/lustre/ssd`, symbolic link: `/ssd`) on SSDs. |
| `beegfs_global0` (deprecated) | 30 | 2 | `fs_beegfs_global0` | High-IOPS filesystem (`/beegfs/global0`) on NVMes. | | `beegfs_global0` (deprecated) | 30 | 2 | `fs_beegfs_global0` | High-IOPS filesystem (`/beegfs/global0`) on NVMes. |
| `beegfs` | 30 | 2 | `fs_beegfs` | High-IOPS filesystem (`/beegfs`) on NVMes. | | `beegfs` | 30 | 2 | `fs_beegfs` | High-IOPS filesystem (`/beegfs`) on NVMes. |
| `scratch` | 100 | 10 | `fs_lustre_scratch2` | Scratch filesystem (`/lustre/ssd`, symbolic link: `/scratch`) with high streaming bandwidth, based on spinning disks | | `scratch` | 100 | 10 | `fs_lustre_scratch2` | Scratch filesystem (`/lustre/ssd`, symbolic link: `/scratch`) with high streaming bandwidth, based on spinning disks |
| `warm_archive` | 365 | 2 | `fs_warm_archive_ws` | Capacity filesystem based on spinning disks | | `warm_archive` | 365 | 2 | `fs_warm_archive_ws` | Capacity filesystem based on spinning disks |
To extent your workspace use the following command: To extent your workspace use the following command:
......
...@@ -428,7 +428,7 @@ constraints, please refer to the [Slurm documentation](https://slurm.schedmd.com ...@@ -428,7 +428,7 @@ constraints, please refer to the [Slurm documentation](https://slurm.schedmd.com
A feature `fs_*` is active if a certain filesystem is mounted and available on a node. Access to A feature `fs_*` is active if a certain filesystem is mounted and available on a node. Access to
these filesystems are tested every few minutes on each node and the Slurm features set accordingly. these filesystems are tested every few minutes on each node and the Slurm features set accordingly.
| Feature | Description | [Workspace Name](../data_liefcycle/workspaces#extension-of-a-workspace) | | Feature | Description | [Workspace Name](../data_liefcycle/workspaces.md#extension-of-a-workspace) |
|:-------------------|:---------------------------------------------------------------------|:------------------------------------------------------------------------| |:-------------------|:---------------------------------------------------------------------|:------------------------------------------------------------------------|
| `fs_lustre_scratch2` | `/scratch` mounted read-write (mount point is `/lustre/scratch2`) | `scratch` | | `fs_lustre_scratch2` | `/scratch` mounted read-write (mount point is `/lustre/scratch2`) | `scratch` |
| `fs_lustre_ssd` | `/ssd` mounted read-write (mount point is `/lustre/ssd`) | `ssd` | | `fs_lustre_ssd` | `/ssd` mounted read-write (mount point is `/lustre/ssd`) | `ssd` |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment