Channel Revision Published Runs on
latest/stable 29 14 Jan 2022
Ubuntu 20.04 CentOS 7
latest/candidate 54 17 Oct 2022
Ubuntu 20.04 CentOS 7
latest/edge 156 Yesterday
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04 CentOS 7
latest/edge 100 27 Nov 2024
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04 CentOS 7
latest/edge 81 04 Jan 2024
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04 CentOS 7
latest/edge 80 24 Oct 2023
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04 CentOS 7
25.11/edge 153 11 Feb 2026
Ubuntu 24.04
23.11/stable 142 10 Oct 2025
Ubuntu 24.04
23.11/candidate 142 10 Oct 2025
Ubuntu 24.04
23.11/edge 142 10 Oct 2025
Ubuntu 24.04
juju deploy slurmd --channel 25.11/edge
Show information

Platform:

Ubuntu
24.04 22.04 20.04
CentOS
7

Learn about actions >

  • 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 parameters parameter to replace the existing custom node configuration with a new custom configuration:

      juju run slurmd/0 set-node-config parameters="weight=100" reset=true