Skip to content

Commit 9dc7ae9

Browse files
committed
[EFA] Upgrade EFA to version 1.38.1 (from 1.38.0) to address issue on Rocky9.
1 parent 7b43f43 commit 9dc7ae9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
1717
- Upgrade Python to 3.12.8 for all OSs except AL2 (from 3.9.20).
1818
- On Ubuntu 22.04, install the Nvidia driver with the same compiler version used to compile the kernel.
1919
- Upgrade aws-cfn-bootstrap to version 2.0-33.
20-
- Upgrade EFA installer to 1.38.0 (from 1.36.0).
20+
- Upgrade EFA installer to 1.38.1 (from 1.36.0).
2121
- Efa-driver: efa-2.13.0-1
2222
- Efa-config: efa-config-1.17-1
2323
- Efa-profile: efa-profile-1.7-1

cookbooks/aws-parallelcluster-environment/attributes/environment.rb

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

7171
default['cluster']['head_node_private_ip'] = nil
7272

73-
default['cluster']['efa']['version'] = '1.38.0'
74-
default['cluster']['efa']['sha256'] = '4f436954f35ad53754b4d005fd8d0be63de3b4184de41a695b504bdce0fecb22'
73+
default['cluster']['efa']['version'] = '1.38.1'
74+
default['cluster']['efa']['sha256'] = '83923374afd388b1cfcf4b3a21a2b1ba7cf46a01a587f7b519b8386cb95e4f81'
7575

7676
# TODO: Move to platform cookbook
7777
default['cluster']['spack_shared_dir'] = "#{node['cluster']['shared_dir']}/spack"

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.38.0'
6-
efa_checksum = '4f436954f35ad53754b4d005fd8d0be63de3b4184de41a695b504bdce0fecb22'
5+
efa_version = '1.38.1'
6+
efa_checksum = '83923374afd388b1cfcf4b3a21a2b1ba7cf46a01a587f7b519b8386cb95e4f81'
77

88
class ConvergeEfa
99
def self.setup(chef_run, efa_version: nil, efa_checksum: nil)

0 commit comments

Comments
 (0)