File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
cookbooks/aws-parallelcluster-slurm/recipes/update Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff 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+
15183.13.2
1619------
1720
Original file line number Diff line number Diff line change 2020 not_if { ::File . exist? ( node [ 'cluster' ] [ 'previous_cluster_config_path' ] ) && !are_queues_updated? && !are_bulk_custom_slurm_settings_updated? }
2121end
2222
23+ include_recipe 'aws-parallelcluster-slurm::config_slurm_resume'
24+
2325ruby_block "update_shared_storages" do
2426 block do
2527 run_context . include_recipe 'aws-parallelcluster-environment::update_shared_storages'
You can’t perform that action at this time.
0 commit comments