File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ This file is used to list changes made in each version of the AWS ParallelCluste
24
24
** CHANGES**
25
25
- Ubuntu 16.04 is no longer supported.
26
26
- 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 `` )
31
31
- 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 `` )
34
34
- Increase timeout when attaching EBS volumes from 3 to 5 minutes.
35
35
- Retry ` berkshelf ` installation up to 3 times.
36
36
- Root volume size increased from 25GB to 35GB on all AMIs. Minimum root volume size is now 35GB.
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.1 '
156
+ default [ 'cfncluster' ] [ 'efa' ] [ 'installer_version' ] = '1.12.2 '
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