File tree 3 files changed +29
-3
lines changed
environments/.caas/ui-meta
3 files changed +29
-3
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,15 @@ usage_template: |-
129
129
130
130
SSH access can be granted to additional users by placing their SSH public key in `~azimuth/.ssh/authorized_keys`.
131
131
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
+
132
141
services :
133
142
- name : ood
134
143
label : Open OnDemand
Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ description: >-
5
5
Batch cluster running the Slurm workload manager, the Open
6
6
OnDemand web interface, and custom monitoring.
7
7
8
- This version uses CephFS for home directories, deleted
9
- when the platform is deleted.
8
+ This version uses CephFS for home directories.
10
9
logo : https://upload.wikimedia.org/wikipedia/commons/thumb/3/3a/Slurm_logo.svg/158px-Slurm_logo.svg.png
11
10
12
11
requires_ssh_key : true
@@ -120,6 +119,15 @@ usage_template: |-
120
119
121
120
SSH access can be granted to additional users by placing their SSH public key in `~azimuth/.ssh/authorized_keys`.
122
121
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
+
123
131
services :
124
132
- name : ood
125
133
label : Open OnDemand
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ parameters:
52
52
53
53
- name : home_volume_size
54
54
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.
56
56
kind : cloud.volume_size
57
57
immutable : true
58
58
options :
@@ -116,6 +116,15 @@ usage_template: |-
116
116
117
117
SSH access can be granted to additional users by placing their SSH public key in `~azimuth/.ssh/authorized_keys`.
118
118
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
+
119
128
services :
120
129
- name : ood
121
130
label : Open OnDemand
You can’t perform that action at this time.
0 commit comments