Skip to content

Commit

Permalink
Adjust luks-lvm-2 test case to cover RHEL-45180
Browse files Browse the repository at this point in the history
We have a bug in blivet triggered by using LUKS encrypted LV with
--size=1 and --grow. This can be easily covered by adjusting the
existing luks-lvm-2 test case which also uses --grow.
  • Loading branch information
vojtechtrefny committed Nov 15, 2024
1 parent 2ca0796 commit 9675698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lvm-luks-2.ks.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ part pv.1 --fstype="lvmpv" --size=8915

volgroup fedora pv.1

logvol / --name=root --vgname=fedora --fstype="ext4" --grow --size=1024 --encrypted --passphrase="passphrase" --luks-version=luks2
logvol / --name=root --vgname=fedora --fstype="ext4" --grow --size=1 --encrypted --passphrase="passphrase" --luks-version=luks2
logvol swap --name=swap --vgname=fedora --fstype="swap" --size=1023

keyboard us
Expand Down

0 comments on commit 9675698

Please sign in to comment.