slurmctld
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/stable | 21 | 14 Jan 2022 | |
| latest/candidate | 47 | 17 Oct 2022 | |
| latest/edge | 124 | 11 Dec 2025 | |
| latest/edge | 79 | 27 Nov 2024 | |
| latest/edge | 59 | 02 Oct 2023 | |
| latest/edge | 58 | 24 Aug 2023 | |
| 23.11/stable | 121 | 10 Oct 2025 | |
| 23.11/candidate | 121 | 10 Oct 2025 | |
| 23.11/edge | 121 | 10 Oct 2025 |
juju deploy slurmctld --channel 23.11/stable
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
cgroup-parameters | string
User supplied configuration for
cgroup.conf. -
cluster-name | string
Name to be recorded in database for jobs from this cluster.
This is important if a single database is used to record information from multiple Slurm-managed clusters.
-
default-partition | string
Default Slurm partition. This is only used if defined, and must match an existing partition.
-
health-check-interval | int
Default: 600
Interval in seconds between executions of the Health Check.
-
health-check-params | string
Extra parameters for NHC command.
This option can be used to customize how NHC is called. For example, to send an e-mail to an admin when NHC detects an error, set this value to
-M admin@domain.com. -
health-check-state | string
Default: ANY,CYCLE
Only run the Health Check on nodes in this state.
-
slurm-conf-parameters | string
User supplied Slurm configuration as a multiline string.
Example usage: $ juju config slurmcltd slurm-conf-parameters="$(cat additional.conf)"