slurmd
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/stable | 29 | 14 Jan 2022 | |
| latest/candidate | 54 | 17 Oct 2022 | |
| latest/edge | 156 | Yesterday | |
| latest/edge | 100 | 27 Nov 2024 | |
| latest/edge | 81 | 04 Jan 2024 | |
| latest/edge | 80 | 24 Oct 2023 | |
| 25.11/edge | 153 | 11 Feb 2026 | |
| 23.11/stable | 142 | 10 Oct 2025 | |
| 23.11/candidate | 142 | 10 Oct 2025 | |
| 23.11/edge | 142 | 10 Oct 2025 |
juju deploy slurmd --channel 25.11/edge
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
node-configured
Remove a node from DownNodes when the reason is
New node. -
set-node-config
Set a custom configuration for the node.
For example, to set a custom weight for the node, run:
juju run slurmd/0 set-node-config parameters="weight=200"To reset the applied custom configuration, run:
juju run slurmd/0 set-node-config reset=true- Params
-
parameters string
Node configuration parameters.
See the "Node configuration" of the slurm.conf manpage for a full description of each option: https://slurm.schedmd.com/slurm.conf.html#SECTION_NODE-CONFIGURATION
The following charm-managed parameters cannot be set using this action:
- NodeName
- NodeAddr
- NodeHostname
- State
- Reason
- Port
-
reset boolean
If true, reset the node to its base configuration set by
slurmd -C.This parameter can be used with the
parametersparameter to replace the existing custom node configuration with a new custom configuration:juju run slurmd/0 set-node-config parameters="weight=100" reset=true