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

Commits on Sep 14, 2023

  1. types/lvm_vg: disable preLVM for luks inside a logical volume

    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 <git@emilylange.de>
    networkException and emilylange committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    7602b7e View commit details
    Browse the repository at this point in the history
  2. types/lvm_vg: enable swraid for raid lvm types

    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 <git@emilylange.de>
    networkException and emilylange committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    4f61850 View commit details
    Browse the repository at this point in the history
  3. types/lvm_vg: load mapper target kernel module before creating lv

    this fixes creating a logical volume of type raid0.
    
    Co-authored-by: Emily <git@emilylange.de>
    networkException and emilylange committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    636fed9 View commit details
    Browse the repository at this point in the history