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
Copy file name to clipboardExpand all lines: molecule/test14/converge.yml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,9 @@
14
14
openhpc_slurm_partitions:
15
15
- name: "compute"
16
16
extra_nodes:
17
-
# Need to specify IPs as even with State=DOWN, if slurmctld can't lookup a host it just excludes it from the config entirely
18
-
# Can't add to /etc/hosts via ansible due to Docker limitations on modifying /etc/hosts
17
+
# Need to specify IPs for the non-existent State=DOWN nodes, because otherwise even in this state slurmctld will exclude a node with no lookup information from the config.
18
+
# We use invalid IPs here (i.e. starting 0.) to flag the fact the nodes shouldn't exist.
19
+
# Note this has to be done via slurm config rather than /etc/hosts due to Docker limitations on modifying the latter.
0 commit comments