We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf1a94d commit 89186adCopy full SHA for 89186ad
ui-meta/slurm-infra-fast-volume-type.yml
@@ -42,10 +42,12 @@ parameters:
42
label: Provision high-performance storage for home directories
43
description: |
44
If a high-performance storage type is available to the Slurm platform,
45
- use it for cluster home directories.
+ use it for cluster home directories. If no high-performance storage type
46
+ is available, this option has no effect and a standard cloud volume will
47
+ be provisioned for home directories.
48
kind: boolean
49
required: false
- default: false
50
+ default: true
51
options:
52
checkboxLabel: Put home directories on high-performance storage?
53
0 commit comments