Skip to content
Snippets Groups Projects

fix number of extension

Merged Ghost User requested to merge workspaces.md into preview
@@ -102,15 +102,15 @@ maximum durations. A workspace can be extended multiple times, depending on the
@@ -102,15 +102,15 @@ maximum durations. A workspace can be extended multiple times, depending on the
| Storage system (use with parameter -F ) | Duration, days | Extensions | Remarks |
| Storage system (use with parameter -F ) | Duration, days | Extensions | Remarks |
|:------------------------------------------:|:----------:|:-------:|:---------------------------------------------------------------------------------------:|
|:------------------------------------------:|:----------:|:-------:|:---------------------------------------------------------------------------------------:|
| `ssd` | 30 | 10 | High-IOPS filesystem (`/lustre/ssd`) on SSDs. |
| `ssd` | 30 | 2 | High-IOPS filesystem (`/lustre/ssd`) on SSDs. |
| `beegfs` | 30 | 2 | High-IOPS filesystem (`/lustre/ssd`) onNVMes. |
| `beegfs` | 30 | 2 | High-IOPS filesystem (`/lustre/ssd`) onNVMes. |
| `scratch` | 100 | 2 | Scratch filesystem (/scratch) with high streaming bandwidth, based on spinning disks |
| `scratch` | 100 | 10 | Scratch filesystem (/scratch) with high streaming bandwidth, based on spinning disks |
| `warm_archive` | 365 | 2 | Capacity filesystem based on spinning disks |
| `warm_archive` | 365 | 2 | Capacity filesystem based on spinning disks |
To extend your workspace use the following command:
To extend your workspace use the following command:
```
```
zih$ ws_extend -F scratch test-workspace 100 #extend the workspace for 100 days
marie@login$ ws_extend -F scratch test-workspace 100 #extend the workspace for 100 days
Info: extending workspace.
Info: extending workspace.
/scratch/ws/marie-test-workspace
/scratch/ws/marie-test-workspace
remaining extensions : 1
remaining extensions : 1
@@ -147,7+147,7 @@
@@ -147,7+147,7 @@
Use:
Use:
```
```
ws_restore -l -F scratch
ws_restore -l -F scratch
Please register or sign in to reply
```
```
to get a list of your expired workspaces, and then restore them like that into an existing, active
to get a list of your expired workspaces, and then restore them like that into an existing, active
Loading