Skip to content

Commit

Permalink
Remove cloud_dns from the SlurmctldParameters to avoid the slurm …
Browse files Browse the repository at this point in the history
…fanout IP address update issue. It is also not required since we update the IP addresses when instances launch (#2759)
  • Loading branch information
dreambeyondorange authored Jun 14, 2024
1 parent c3f0205 commit 0079b13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ LaunchParameters=enable_nss_slurm
SlurmctldParameters=idle_on_node_suspend,power_save_min_interval=30,node_reg_mem_percent=<%= node['cluster']['slurm_node_reg_mem_percent'] %>
TreeWidth=65533
<% else -%>
SlurmctldParameters=idle_on_node_suspend,power_save_min_interval=30,cloud_dns,node_reg_mem_percent=<%= node['cluster']['slurm_node_reg_mem_percent'] %>
SlurmctldParameters=idle_on_node_suspend,power_save_min_interval=30,node_reg_mem_percent=<%= node['cluster']['slurm_node_reg_mem_percent'] %>
TreeWidth=30
<% end -%>
SuspendProgram=<%= node['cluster']['scripts_dir'] %>/slurm/slurm_suspend
Expand Down

0 comments on commit 0079b13

Please sign in to comment.