Skip to content

Commit a1c4074

Browse files
lukeseawalkerdemartinofra
authored andcommitted
Fix ephemeral drive encryption on CentOS8
Add installation of cryptsetup package used for encryption of ephemeral drive Signed-off-by: Luca Carrogu <[email protected]>
1 parent c3129b8 commit a1c4074

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1919
2.10.1
2020
------

attributes/default.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,8 @@
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'

0 commit comments

Comments
 (0)