Skip to content

Commit

Permalink
Merge pull request #1269 from vojtechtrefny/3.10-devel_luks-subsystem
Browse files Browse the repository at this point in the history
Fix getting LUKS subsystem for existing LUKS formats
  • Loading branch information
vojtechtrefny authored Aug 15, 2024
2 parents 2f3e69d + 55eb844 commit a62892b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions blivet/populator/helpers/luks.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ def _get_kwargs(self):
elif info.hw_encryption == blockdev.CryptoLUKSHWEncryptionType.OPAL_HW_ONLY:
kwargs["luks_version"] = "luks2-hw-opal-only"

kwargs["subsystem"] = info.subsystem

return kwargs

def run(self):
Expand Down

0 comments on commit a62892b

Please sign in to comment.