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
724b1bd9
Commit
724b1bd9
authored
1 year ago
by
Martin Schroschk
Browse files
Options
Downloads
Patches
Plain Diff
Adopt to five clusters
parent
76596b50
No related branches found
No related tags found
2 merge requests
!938
Automated merge from preview to main
,
!936
Update to Five-Cluster-Operation
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
+40
-15
40 additions, 15 deletions
doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
with
40 additions
and
15 deletions
doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
+
40
−
15
View file @
724b1bd9
...
...
@@ -39,9 +39,10 @@ filesystems.
|
`beegfs`
| 30 | 2 | 30 |
`fs_beegfs`
|
{: summary="Settings for Workspace Filesystems."}
!!! warning "End
of
life filesystems"
!!! warning "End
-
of
-
life filesystems"
The filesystems `warm_archive`, `ssd` and `scratch` will be switched off end of 2023.
The filesystems `warm_archive`, `ssd` and `scratch` will be switched off end of 2023. Do not use
them anymore!
| Filesystem (use with parameter `--filesystem=<filesystem>`) | Duration, days | Extensions | [Filesystem Feature](../jobs_and_resources/slurm.md#filesystem-features) | Remarks |
|:-------------------------------------|---------------:|-----------:|:-------------------------------------------------------------------------|:--------|
...
...
@@ -57,23 +58,47 @@ filesystems.
### List Available Filesystems
To list all available filesystems for using workspaces, you can either invoke
`ws_list -l`
or
`ws_find --list`
, e.g.,
`ws_find --list`
. Since not all workspace filesystems are available on all HPC systems, the concrete
output differs depending on the system you are loged in. The page
[
Working Filesystems
](
working.md
)
provides information which filesystem is available on which cluster.
```
console
marie@login$
ws_find
--list
available filesystems:
scratch (default)
warm_archive
ssd
beegfs_global0
beegfs
```
=== "Barnard"
```console
marie@login.barnard$ ws_list -l
available filesystems:
horse (default)
walrus
```
=== "Taurus"
```console
marie@login.taurus$ ws_list -l
scratch (default)
warm_archive
ssd
beegfs_global0
beegfs
```
=== "Alpha Centauri"
```console
marie@login.alpha$ ws_list -l
available filesystems:
ssd
beegfs_global0
beegfs (default)
```
!!! note "Default
is
`scratch`
"
!!! note "Default
filesystem
"
The default filesystem is `scratch`. If you prefer another filesystem (cf. section
The output of the commands `ws_find --list` and `ws_list -l` will indicate the
**default filesystem**. If you prefer another filesystem (cf. section
[List Available Filesystems](#list-available-filesystems)), you have to explictly
provide the option `--filesystem=<filesystem>` to the workspace commands.
provide the option `--filesystem=<filesystem>` to the workspace commands. If the default
filesystems is the one you want to work with, you can omit this option.
### List Current Workspaces
...
...
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