Skip to content

Commit 9917f01

Browse files
[Release 3.7] Upgrade EFA to 1.25.1 (#2437)
1 parent 328df5d commit 9917f01

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ This file is used to list changes made in each version of the AWS ParallelCluste
2121
- Upgrade CUDA library to version 12.2.0.
2222
- Upgrade NVIDIA Fabric manager to `nvidia-fabricmanager-535`
2323
- Increase EFS-utils watchdog poll interval to 10 seconds. Note: This change is meaningful only if [EncryptionInTransit](https://docs.aws.amazon.com/parallelcluster/latest/ug/SharedStorage-v3.html#yaml-SharedStorage-EfsSettings-EncryptionInTransit) is set to `true`, because watchdog does not run otherwise.
24-
- Upgrade EFA installer to `1.25.0`
24+
- Upgrade EFA installer to `1.25.1`
2525
- Efa-driver: `efa-2.5.0-1`
2626
- Efa-config: `efa-config-1.15-1`
2727
- Efa-profile: `efa-profile-1.5-1`
2828
- Libfabric-aws: `libfabric-aws-1.18.1-1`
2929
- Rdma-core: `rdma-core-46.0-1`
30-
- Open MPI: `openmpi40-aws-4.1.5-3`
30+
- Open MPI: `openmpi40-aws-4.1.5-4`
3131
- Upgrade Slurm to version 23.02.4.
3232
- Upgrade ARM PL to version 23.04.1 for Ubuntu 22.04 only.
3333
- Upgrade third-party cookbook dependencies:

cookbooks/aws-parallelcluster-environment/resources/efa/partial/_common.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
# EFA setup: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa-start.html
1818
#
1919

20-
property :efa_version, String, default: '1.25.0'
21-
property :efa_checksum, String, default: '98b7b26ce031a2d6a93de2297cc71b03af647194866369ca53b60d82d45ad342'
20+
property :efa_version, String, default: '1.25.1'
21+
property :efa_checksum, String, default: 'd2abc553d22b89a4ce92882052c1fa6de450d3a801fe005da718b7d4b9602b06'
2222

2323
action :setup do
2424
if efa_installed? && !::File.exist?(efa_tarball)

cookbooks/aws-parallelcluster-environment/spec/unit/resources/efa_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
# parallelcluster default source dir defined in attributes
44
source_dir = '/opt/parallelcluster/sources'
5-
efa_version = '1.25.0'
6-
efa_checksum = '98b7b26ce031a2d6a93de2297cc71b03af647194866369ca53b60d82d45ad342'
5+
efa_version = '1.25.1'
6+
efa_checksum = 'd2abc553d22b89a4ce92882052c1fa6de450d3a801fe005da718b7d4b9602b06'
77

88
class ConvergeEfa
99
def self.setup(chef_run)

0 commit comments

Comments
 (0)