Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZIH
hpcsupport
hpc-compendium
Commits
b8279f85
Commit
b8279f85
authored
3 years ago
by
Bert Wesarg
Browse files
Options
Downloads
Patches
Plain Diff
Fix links and fix alignment in existing columns
parent
5a118ca9
No related branches found
Branches containing commit
No related tags found
2 merge requests
!567
Automated merge from preview to main
,
!562
Cross reference filesystem features with workspace filesystems
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
+7
-7
7 additions, 7 deletions
doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md
+1
-1
1 addition, 1 deletion
doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md
with
8 additions
and
8 deletions
doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
+
7
−
7
View file @
b8279f85
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md
+
1
−
1
View file @
b8279f85
...
@@ -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`
|
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment