Skip to content

Commit 81d643c

Browse files
Include Slurm resume plugin config update to support ScalingStrategy update
Signed-off-by: Hanwen <[email protected]>
1 parent e203a86 commit 81d643c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ This file is used to list changes made in each version of the AWS ParallelCluste
1212
**CHANGES**
1313
- Ubuntu 20.04 is no longer supported.
1414

15+
**BUG FIXES**
16+
- Fix an issue where scaling strategy was not updated during a cluster update.
17+
1518
3.13.2
1619
------
1720

cookbooks/aws-parallelcluster-slurm/recipes/update/update_head_node.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
not_if { ::File.exist?(node['cluster']['previous_cluster_config_path']) && !are_queues_updated? && !are_bulk_custom_slurm_settings_updated? }
2121
end
2222

23+
include_recipe 'aws-parallelcluster-slurm::config_slurm_resume'
24+
2325
ruby_block "update_shared_storages" do
2426
block do
2527
run_context.include_recipe 'aws-parallelcluster-environment::update_shared_storages'

0 commit comments

Comments
 (0)