Skip to content

Commit 4cdc2ba

Browse files
committed
Upgrade EFA version to 1.12.3
Signed-off-by: Yulei Wang <yuleiwan@amazon.com>
1 parent f7c99bd commit 4cdc2ba

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
@@ -11,6 +11,9 @@ This file is used to list changes made in each version of the AWS ParallelCluste
1111

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

1518
**BUG FIXES**
1619
- Pin to version 1.247347 of the CloudWatch agent due to performance impact of latest CW agent version 1.247348.

attributes/default.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
)
154154

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

0 commit comments

Comments
 (0)