Skip to content

Commit 0c8758c

Browse files
Remove cloud_dns from the SlurmctldParameters to avoid the slurm fanout IP address update issue. It is also not required since we update the IP addresses when instances launch (#2755)
1 parent d8ba332 commit 0c8758c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
1717

1818
**BUG FIXES**
1919
- Fix issue with `SharedStorageType: Efs` not bootstrapping on ARM instances.
20+
- Remove `cloud_dns` from the `SlurmctldParameters` in the Slurm config to avoid Slurm fanout issues. This is also not required since we set the IP addresses on instance launch
2021

2122
3.9.1
2223
------

cookbooks/aws-parallelcluster-slurm/templates/default/slurm/slurm.conf.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ LaunchParameters=enable_nss_slurm
2929
SlurmctldParameters=idle_on_node_suspend,power_save_min_interval=30,node_reg_mem_percent=<%= node['cluster']['slurm_node_reg_mem_percent'] %>
3030
TreeWidth=65533
3131
<% else -%>
32-
SlurmctldParameters=idle_on_node_suspend,power_save_min_interval=30,cloud_dns,node_reg_mem_percent=<%= node['cluster']['slurm_node_reg_mem_percent'] %>
32+
SlurmctldParameters=idle_on_node_suspend,power_save_min_interval=30,node_reg_mem_percent=<%= node['cluster']['slurm_node_reg_mem_percent'] %>
3333
TreeWidth=30
3434
<% end -%>
3535
SuspendProgram=<%= node['cluster']['scripts_dir'] %>/slurm/slurm_suspend

0 commit comments

Comments
 (0)