Skip to content

Commit 51f65b5

Browse files
Add a warning about Pyxis and autoscaling
1 parent ad74fe4 commit 51f65b5

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

schema.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -984,15 +984,16 @@ variables:
984984
default: false
985985
required: true
986986
description: "Add a second master of the same shape as the bastion as a back-up controller node. We recommend using a FSS to save the state and share between masters"
987-
visible:
988-
- ${slurm}
987+
visible: ${slurm}
989988

990989
pyxis:
991990
type: boolean
992991
title: "Install Nvidia Pyxis plugin for Slurm"
993992
default: false
994-
description: "Install Pyxis. Pyxis is a plugin that integrates Enroot with Slurm."
993+
description: "Install Pyxis. Pyxis is a plugin that integrates Enroot with Slurm. (Warning: using Pyxis with autoscaling is causing an issue that prevents jobs from being scheduled on nodes to be spun up)"
995994
visible:
995+
and:
996+
- ${slurm}
996997
- ${enroot}
997998

998999
rack_aware:
@@ -1001,8 +1002,7 @@ variables:
10011002
default: false
10021003
required: true
10031004
description: "Slurm topology can define rack aware topologies to prioritize nodes on same racks per job.\n This is a LA feature and your tenancy needs to be whitelisted"
1004-
visible:
1005-
- ${slurm}
1005+
visible: ${slurm}
10061006

10071007

10081008
queue:
@@ -1011,8 +1011,7 @@ variables:
10111011
default: "compute"
10121012
required: true
10131013
description: "Add the permanent cluster to a specific queue, compute is the default queue"
1014-
visible:
1015-
- ${slurm}
1014+
visible: ${slurm}
10161015

10171016
spack:
10181017
type: boolean

0 commit comments

Comments
 (0)