Skip to content

Commit bff72e7

Browse files
committed
Update CHANGELOG
1 parent d7a8aea commit bff72e7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ This file is used to list changes made in each version of the AWS ParallelCluste
66
3.15.0
77
------
88

9+
**CHANGES**
10+
- Replace cfn-hup in compute nodes with systemd timers to support in place updates.
11+
912
3.14.1
1013
------
1114

cookbooks/aws-parallelcluster-slurm/libraries/helpers.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def wait_cluster_ready
173173
" --config-version #{node['cluster']['cluster_config_version']}" \
174174
" --region #{node['cluster']['region']}"
175175
timeout 30
176-
retries 20
176+
retries 10
177177
retry_delay 90
178178
end
179179
end

0 commit comments

Comments
 (0)