Skip to content

Commit e791c25

Browse files
authored
Improve CaaS UI descriptions (#358)
* remove mention of home share from slurm-infra UI * add description re. /project
1 parent b065088 commit e791c25

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

environments/.caas/ui-meta/slurm-infra-fast-volume-type.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,15 @@ usage_template: |-
129129
130130
SSH access can be granted to additional users by placing their SSH public key in `~azimuth/.ssh/authorized_keys`.
131131
132+
Note that home directories are deleted when the platform is destroyed.
133+
134+
If configured by the adminstrator, a project filesystem may be mounted at `/project`.
135+
Content stored there will be available to all such configured workstations and Slurm
136+
clusters, and will persist after deletion of workstations/clusters.
137+
138+
Other parts of the filesystem may be affected during a patch operation, including any
139+
packages that have been installed using `dnf`.
140+
132141
services:
133142
- name: ood
134143
label: Open OnDemand

environments/.caas/ui-meta/slurm-infra-manila-home.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ description: >-
55
Batch cluster running the Slurm workload manager, the Open
66
OnDemand web interface, and custom monitoring.
77
8-
This version uses CephFS for home directories, deleted
9-
when the platform is deleted.
8+
This version uses CephFS for home directories.
109
logo: https://upload.wikimedia.org/wikipedia/commons/thumb/3/3a/Slurm_logo.svg/158px-Slurm_logo.svg.png
1110

1211
requires_ssh_key: true
@@ -120,6 +119,15 @@ usage_template: |-
120119
121120
SSH access can be granted to additional users by placing their SSH public key in `~azimuth/.ssh/authorized_keys`.
122121
122+
Note that home directories are deleted when the platform is destroyed.
123+
124+
If configured by the adminstrator, a project filesystem may be mounted at `/project`.
125+
Content stored there will be available to all such configured workstations and Slurm
126+
clusters, and will persist after deletion of workstations/clusters.
127+
128+
Other parts of the filesystem may be affected during a patch operation, including any
129+
packages that have been installed using `dnf`.
130+
123131
services:
124132
- name: ood
125133
label: Open OnDemand

environments/.caas/ui-meta/slurm-infra.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ parameters:
5252

5353
- name: home_volume_size
5454
label: Home volume size (GB)
55-
description: The size of the cloud volume or share to use for home directories.
55+
description: The size of the cloud volume to use for home directories.
5656
kind: cloud.volume_size
5757
immutable: true
5858
options:
@@ -116,6 +116,15 @@ usage_template: |-
116116
117117
SSH access can be granted to additional users by placing their SSH public key in `~azimuth/.ssh/authorized_keys`.
118118
119+
Note that home directories are deleted when the platform is destroyed.
120+
121+
If configured by the adminstrator, a project filesystem may be mounted at `/project`.
122+
Content stored there will be available to all such configured workstations and Slurm
123+
clusters, and will persist after deletion of workstations/clusters.
124+
125+
Other parts of the filesystem may be affected during a patch operation, including any
126+
packages that have been installed using `dnf`.
127+
119128
services:
120129
- name: ood
121130
label: Open OnDemand

0 commit comments

Comments
 (0)