File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
cookbooks/aws-parallelcluster-config/recipes Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ This file is used to list changes made in each version of the AWS ParallelCluste
77------
88
99** BUG FIXES**
10- - Fix update of ` /etc/hosts ` files for clusters deployed in VPC without internet access.
10+ - Fix update of ` /etc/hosts ` files for clusters deployed in VPC without internet access.
11+ - Wait for ephemeral drives setup before having a compute node join the scheduler.
1112
12133.1.0
1314------
Original file line number Diff line number Diff line change 2929
3030service "setup-ephemeral" do
3131 supports restart : false
32- action %i( enable start )
32+ action :enable
33+ end
34+
35+ # Execution timeout 3600 seconds
36+ execute "Setup of ephemeral drivers" do
37+ user "root"
38+ command "/usr/local/sbin/setup-ephemeral-drives.sh"
3339end
3440
3541# Increase somaxconn and tcp_max_syn_backlog for large scale setting
You can’t perform that action at this time.
0 commit comments