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

Fixes #37857 - Tang support multiple phys. volumes #10334

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Sep 23, 2024

  1. Fixes #37857 - Tang support multiple phys. volumes

    Often there is more than a single disk that gets encrypted during
    installation. When multiple disks are available and `autopart` is used
    in the kickstart config, all disks get encrypted and put into a volume
    group on which a logical volume for the root partition is created.
    Another example is when users add a separate disk for directories like
    /var to separate application data. This means we need to recursively
    resolve all underlying encrypted volumes, not just for the
    root partition. To identify these, we take all entries from
    /etc/crypttab, which should catch all block devices that were
    encrypted in the installation process.
    
    As this feature should also work for Ubuntu, we also address some bugs
    with the Ubuntu support:
    - disk_enc_clevis_tang.erb needs to work with dash (not just bash)
    - the check of the minor version in the autoinstall template is broken,
      recommendation is also to not rely on the minor version for this OS
    - PKG_MANAGER_INSTALL is missing in preseed_autoinstall_cloud_init.erb
    MartinSpiessl committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    712dd33 View commit details
    Browse the repository at this point in the history