We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7a8aea commit bff72e7Copy full SHA for bff72e7
CHANGELOG.md
@@ -6,6 +6,9 @@ This file is used to list changes made in each version of the AWS ParallelCluste
6
3.15.0
7
------
8
9
+**CHANGES**
10
+- Replace cfn-hup in compute nodes with systemd timers to support in place updates.
11
+
12
3.14.1
13
14
cookbooks/aws-parallelcluster-slurm/libraries/helpers.rb
@@ -173,7 +173,7 @@ def wait_cluster_ready
173
" --config-version #{node['cluster']['cluster_config_version']}" \
174
" --region #{node['cluster']['region']}"
175
timeout 30
176
- retries 20
+ retries 10
177
retry_delay 90
178
end
179
0 commit comments