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

Test LUKS device reuse #1306

Open
bgilbert opened this issue Jan 18, 2022 · 2 comments
Open

Test LUKS device reuse #1306

bgilbert opened this issue Jan 18, 2022 · 2 comments

Comments

@bgilbert
Copy link
Contributor

We don't currently have tests for reusing a LUKS device. kola tests can't do this, since they can't reuse a secondary disk with a fresh boot disk. The blackbox tests have a couple tests for filesystem reuse, but don't understand LUKS at all.

This contributed to the regression in #1305.

@jlebon
Copy link
Member

jlebon commented Jan 18, 2022

We don't currently have tests for reusing a LUKS device. kola tests can't do this, since they can't reuse a secondary disk with a fresh boot disk.

Hmm, tricky. Was thinking of different ways we could support this in kola, but in the end it's probably better long-term to teach LUKS this to the blackbox tests.

@jlebon
Copy link
Member

jlebon commented Jan 20, 2022

coreos/coreos-installer#712 could be used for this, though it would be inefficient.

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

No branches or pull requests

2 participants