File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ This file is used to list changes made in each version of the AWS ParallelCluste
11
11
12
12
** CHANGES**
13
13
- 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 `` )
14
17
15
18
** BUG FIXES**
16
19
- Pin to version 1.247347 of the CloudWatch agent due to performance impact of latest CW agent version 1.247348.
Original file line number Diff line number Diff line change 153
153
)
154
154
155
155
# EFA
156
- default [ 'cfncluster' ] [ 'efa' ] [ 'installer_version' ] = '1.12.2 '
156
+ default [ 'cfncluster' ] [ 'efa' ] [ 'installer_version' ] = '1.12.3 '
157
157
default [ 'cfncluster' ] [ 'efa' ] [ 'installer_url' ] = "https://efa-installer.amazonaws.com/aws-efa-installer-#{ node [ 'cfncluster' ] [ 'efa' ] [ 'installer_version' ] } .tar.gz"
158
158
default [ 'cfncluster' ] [ 'enable_efa_gdr' ] = "no"
159
159
default [ 'cfncluster' ] [ 'efa' ] [ 'unsupported_aarch64_oses' ] = %w[ centos7 centos8 ]
You can’t perform that action at this time.
0 commit comments