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
0f9a3d02
Commit
0f9a3d02
authored
3 years ago
by
Michael Müller
Browse files
Options
Downloads
Patches
Plain Diff
correct format in workspaces.md
parent
93e68ef3
No related branches found
No related tags found
3 merge requests
!322
Merge preview into main
,
!319
Merge preview into main
,
!210
Merge weorkspaces.md review
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
+0
-6
0 additions, 6 deletions
doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
with
0 additions
and
6 deletions
doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
+
0
−
6
View file @
0f9a3d02
...
@@ -86,7 +86,6 @@ ws_allocate -F scratch -r 7 -m marie.testuser@tu-dresden.de test-workspace 90
...
@@ -86,7 +86,6 @@ ws_allocate -F scratch -r 7 -m marie.testuser@tu-dresden.de test-workspace 90
The command creates a workspace with the name
`test-workspace`
on the
`/scratch`
file system for 90
The command creates a workspace with the name
`test-workspace`
on the
`/scratch`
file system for 90
days with an E-mail reminder for 7 days before the expiration.
days with an E-mail reminder for 7 days before the expiration.
Output:
Output:
```
```
...
@@ -101,7 +100,6 @@ remaining time in days: 90
...
@@ -101,7 +100,6 @@ remaining time in days: 90
Setting the reminder to `7` means you will get 1 E-Mail a day starting one week before your
Setting the reminder to `7` means you will get 1 E-Mail a day starting one week before your
expiration date, reminding you that your workspace will expire.
expiration date, reminding you that your workspace will expire.
### Extention of a Workspace
### Extention of a Workspace
The lifetime of the workspace is finite. Different file systems (storage systems) have different
The lifetime of the workspace is finite. Different file systems (storage systems) have different
...
@@ -136,7 +134,6 @@ remaining time in days: 100
...
@@ -136,7 +134,6 @@ remaining time in days: 100
extend a workspace that expires in 90 days with the
`ws_extend -F scratch my-workspace 40`
,
extend a workspace that expires in 90 days with the
`ws_extend -F scratch my-workspace 40`
,
it will now expire in 40 days
**not**
130 days.
it will now expire in 40 days
**not**
130 days.
### Deletion of a Workspace
### Deletion of a Workspace
To delete workspace use the
`ws_release`
command. It is necessary to specify the name of the
To delete workspace use the
`ws_release`
command. It is necessary to specify the name of the
...
@@ -150,7 +147,6 @@ For example:
...
@@ -150,7 +147,6 @@ For example:
ws_release -F scratch test-workspace
ws_release -F scratch test-workspace
```
```
### Restoring Expired Workspaces
### Restoring Expired Workspaces
At expiration time your workspace will be moved to a special, hidden directory. For a month (in
At expiration time your workspace will be moved to a special, hidden directory. For a month (in
...
@@ -176,7 +172,6 @@ workspace 'new_ws':
...
@@ -176,7 +172,6 @@ workspace 'new_ws':
ws_restore -F scratch marie-test-workspace-1234567 new_ws
ws_restore -F scratch marie-test-workspace-1234567 new_ws
```
```
The expired workspace has to be specified by its full name as listed by
`ws_restore -l`
, including
The expired workspace has to be specified by its full name as listed by
`ws_restore -l`
, including
username prefix and timestamp suffix (otherwise, it cannot be uniquely identified). The target
username prefix and timestamp suffix (otherwise, it cannot be uniquely identified). The target
workspace, on the other hand, must be given with just its short name, as listed by
`ws_list`
,
workspace, on the other hand, must be given with just its short name, as listed by
`ws_list`
,
...
@@ -186,7 +181,6 @@ Both workspaces must be on the same file system. The data from the old workspace
...
@@ -186,7 +181,6 @@ Both workspaces must be on the same file system. The data from the old workspace
a directory in the new workspace with the name of the old one. This means a fresh workspace works as
a directory in the new workspace with the name of the old one. This means a fresh workspace works as
well as a workspace that already contains data.
well as a workspace that already contains data.
## Linking Workspaces in HOME
## Linking Workspaces in HOME
It might be valuable to have links to personal workspaces within a certain directory, e.g., the user
It might be valuable to have links to personal workspaces within a certain directory, e.g., the user
...
...
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