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
1414
1515** BUG FIXES**
1616- 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
1818
19192.10.1
2020------
Original file line number Diff line number Diff line change 279279 # gdisk required for FSx
280280 # environment-modules required for IntelMPI
281281 # 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 ] )
283284 end
284285
285286 default [ 'cfncluster' ] [ 'rhel' ] [ 'extra_repo' ] = 'rhui-REGION-rhel-server-optional'
You can’t perform that action at this time.
0 commit comments