File tree Expand file tree Collapse file tree 3 files changed +29
-3
lines changed
environments/.caas/ui-meta Expand file tree Collapse file tree 3 files changed +29
-3
lines changed Original file line number Diff line number Diff 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+
132141services :
133142 - name : ood
134143 label : Open OnDemand
Original file line number Diff line number Diff 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.
109logo : https://upload.wikimedia.org/wikipedia/commons/thumb/3/3a/Slurm_logo.svg/158px-Slurm_logo.svg.png
1110
1211requires_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+
123131services :
124132 - name : ood
125133 label : Open OnDemand
Original file line number Diff line number Diff 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+
119128services :
120129 - name : ood
121130 label : Open OnDemand
You can’t perform that action at this time.
0 commit comments