From 4cdc2ba746a5631aad166567c2e3314e713aee32 Mon Sep 17 00:00:00 2001 From: Yulei Wang Date: Tue, 20 Jul 2021 13:48:09 -0700 Subject: [PATCH] Upgrade EFA version to 1.12.3 Signed-off-by: Yulei Wang --- CHANGELOG.md | 3 +++ attributes/default.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dee3cde4e..eb4df0400 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/attributes/default.rb b/attributes/default.rb index 4f3718427..3a8f20b14 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -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]