You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior to this change slurmctld would fail to start if adding nodes
to multiple partitions e.g:
openhpc_slurm_partitions:
- name: allnodes
groups:
- name: alfa
- name: beta
partition_params:
Priority: 50
default: YES
- name: alfa
partition_params:
Priority: 100
- name: bravo
partition_params:
Priority: 100
This change tracks all nodes that already have a NodeName entry and will
not add again.
0 commit comments