File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
14
14
15
15
** BUG FIXES**
16
16
- Use non interactive ` apt update ` command when building custom Ubuntu AMIs.
17
- - Fix ` encrypted_ephemeral = true ` when using Alinux2
17
+ - Fix ` encrypted_ephemeral = true ` when using Alinux2 or CentOS8
18
18
19
19
2.10.1
20
20
------
Original file line number Diff line number Diff line change 279
279
# gdisk required for FSx
280
280
# environment-modules required for IntelMPI
281
281
# libtirpc and libtirpc-devel required for SGE
282
- default [ 'cfncluster' ] [ 'base_packages' ] . push ( %w[ python3 python3-pip iptables nvme-cli gdisk environment-modules libtirpc libtirpc-devel ] )
282
+ # cryptsetup used for ephemeral drive encryption
283
+ default [ 'cfncluster' ] [ 'base_packages' ] . push ( %w[ python3 python3-pip iptables nvme-cli gdisk environment-modules libtirpc libtirpc-devel cryptsetup ] )
283
284
end
284
285
285
286
default [ 'cfncluster' ] [ 'rhel' ] [ 'extra_repo' ] = 'rhui-REGION-rhel-server-optional'
You can’t perform that action at this time.
0 commit comments