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

tests/kola/root-reprovision/luks: don't use root label for LUKS device #3375

Merged
merged 1 commit into from
Feb 25, 2025

Conversation

jlebon
Copy link
Member

@jlebon jlebon commented Feb 24, 2025

LUKS devices can have labels, separate from names, and this shows up as the "filesystem label" and e.g. competes for /dev/disk/by-label/root for the real root.

The Butane LUKS sugar doesn't do that. The storage docs don't do that. So don't do that in our tests here either.

Likely fixes the testing issues in
#3124.

LUKS devices can have labels, separate from names, and this shows up as
the "filesystem label" and e.g. competes for `/dev/disk/by-label/root`
for the real root.

The Butane LUKS sugar doesn't do that. The storage docs don't do that.
So don't do that in our tests here either.

Likely fixes the testing issues in
coreos#3124.
Copy link
Member

@dustymabe dustymabe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dustymabe dustymabe merged commit 5d44ae5 into coreos:testing-devel Feb 25, 2025
3 checks passed
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.

2 participants