Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

type/lvm_vg: fix luks on lvm with raid #356

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

networkException
Copy link

this pull request fixes creating and mounting (in stage-1) a luks device on a lvm logical volume raid

@networkException networkException marked this pull request as draft September 11, 2023 16:25
networkException and others added 3 commits September 14, 2023 15:20
this patch fixes opening a luks device on top of lvm in stage-1.

previously, the preLVM flag would be set for luks devices even if
they were part of a lvm logical volume, obviously requiring to be
opened after lvm creating the logical volume's device.

Co-authored-by: Emily <[email protected]>
this patch fixes mdraid not being enabled when using lvm's raid
types, causing setup to fail as lvm relies on mdraid internally.

Co-authored-by: Emily <[email protected]>
this fixes creating a logical volume of type raid0.

Co-authored-by: Emily <[email protected]>
@Mic92
Copy link
Member

Mic92 commented Dec 7, 2023

Are you still working on this?

@networkException
Copy link
Author

networkException commented Dec 7, 2023

I wanted to add tests but there are a bunch of open questions that require design decisions: https://matrix.to/#/!oNSIfazDqEcwhcOjSL:matrix.org/$VXv0SO7-Lppg_qn2baQGpeYl1ppdY9s77I8dgJ-FuNA?via=chat.upi.li&via=matrix.org&via=lassul.us

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants