Skip to content

Commit 1fe1a38

Browse files
committed
Upgrade EFA to v1.12.2
Signed-off-by: Rex <[email protected]>
1 parent b5f7eb3 commit 1fe1a38

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ This file is used to list changes made in each version of the AWS ParallelCluste
2424
**CHANGES**
2525
- Ubuntu 16.04 is no longer supported.
2626
- Amazon Linux is no longer supported.
27-
- Upgrade EFA installer to version 1.12.1
28-
- EFA configuration: ``efa-config-1.8`` (from ``efa-config-1.7``)
29-
- EFA profile: ``efa-profile-1.5`` (from ``efa-profile-1.4``)
30-
- EFA kernel module: ``efa-1.12.1`` (from ``efa-1.10.2``)
27+
- Upgrade EFA installer to version 1.12.2
28+
- EFA configuration: ``efa-config-1.8-1`` (from ``efa-config-1.7``)
29+
- EFA profile: ``efa-profile-1.5-1`` (from ``efa-profile-1.4``)
30+
- EFA kernel module: ``efa-1.12.3`` (from ``efa-1.10.2``)
3131
- RDMA core: ``rdma-core-32.1amzn`` (from ``rdma-core-31.2amzn``)
32-
- Libfabric: ``libfabric-1.11.2amzon1.1`` (from ``libfabric-1.11.1amzn1.0``)
33-
- Open MPI: ``openmpi40-aws-4.1.1`` (from ``openmpi40-aws-4.1.0``)
32+
- Libfabric: ``libfabric-1.11.2amzon1.1-1`` (from ``libfabric-1.11.1amzn1.0``)
33+
- Open MPI: ``openmpi40-aws-4.1.1-2`` (from ``openmpi40-aws-4.1.0``)
3434
- Increase timeout when attaching EBS volumes from 3 to 5 minutes.
3535
- Retry `berkshelf` installation up to 3 times.
3636
- Root volume size increased from 25GB to 35GB on all AMIs. Minimum root volume size is now 35GB.

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.1'
156+
default['cfncluster']['efa']['installer_version'] = '1.12.2'
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)