Skip to content

Commit

Permalink
Upgrade EFA version to 1.12.3
Browse files Browse the repository at this point in the history
Signed-off-by: Yulei Wang <yuleiwan@amazon.com>
  • Loading branch information
yuleiwan committed Jul 20, 2021
1 parent f7c99bd commit 4cdc2ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ This file is used to list changes made in each version of the AWS ParallelCluste

**CHANGES**
- Restore ``noatime`` option, which has positive impact on the performances of NFS filesystem.
- Upgrade EFA installer to version 1.12.3
- EFA configuration: ``efa-config-1.9`` (from ``efa-config-1.8-1``)
- EFA kernel module: ``efa-1.13.0`` (from ``efa-1.12.3``)

**BUG FIXES**
- Pin to version 1.247347 of the CloudWatch agent due to performance impact of latest CW agent version 1.247348.
Expand Down
2 changes: 1 addition & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
)

# EFA
default['cfncluster']['efa']['installer_version'] = '1.12.2'
default['cfncluster']['efa']['installer_version'] = '1.12.3'
default['cfncluster']['efa']['installer_url'] = "https://efa-installer.amazonaws.com/aws-efa-installer-#{node['cfncluster']['efa']['installer_version']}.tar.gz"
default['cfncluster']['enable_efa_gdr'] = "no"
default['cfncluster']['efa']['unsupported_aarch64_oses'] = %w[centos7 centos8]
Expand Down

0 comments on commit 4cdc2ba

Please sign in to comment.