-
Notifications
You must be signed in to change notification settings - Fork 59
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
[rawhide][x86_64] ext.config.var-mount.luks kola test failure #1836
Comments
any relevant logs from the console that indicate why we ended up in |
Override PR - coreos/fedora-coreos-config#3267 |
I just updated the description with the relevant log information now. Looks like there was an ignition-disks.service failure caused by clevis bind operation for setting up LUKS encryption. |
Filed a bugzilla issue against clevis for this - https://bugzilla.redhat.com/show_bug.cgi?id=2327563 |
I think the fix for this is likely on our side. We probably need to add |
I can add that change. |
The tpm2_getcap binary is required for Clevis TPM2 operations but was missing from the initrd. Ref: coreos/fedora-coreos-tracker#1836
The kola test |
The kola test ext.config.var-mount.luks seems to PASS when tested with the latest clevis pkg update clevis-21-8.fc42.x86_64. By unpinning this clevis pkg, the latest clevis pkg could be fetched and tested. Ref: coreos/fedora-coreos-tracker#1836
The kola test ext.config.var-mount.luks seems to PASS when tested with the latest clevis pkg update clevis-21-8.fc42.x86_64. By unpinning this clevis pkg, the latest clevis pkg could be fetched and tested. Ref: coreos/fedora-coreos-tracker#1836
can you also test and unpin in |
sure will do that |
We are reverting the addition of tpm2_cap binary that was done as part of the kola test failure ext.config.var-mount.luks caused by clevis pkg upgrade from clevis-21-6.fc42 -> 21-7.fc42, as the issue is now fixed in with clevis pkg update clevis-21-8.fc42.x86_64 Ref: coreos/fedora-coreos-tracker#1836 (comment)
Fast track PR of clevis-21-7.fc41 (testing-devel) - coreos/fedora-coreos-config#3298 |
PR to revert ignition change - coreos/ignition#1985 |
Describe the bug
The ext.config.var-mount.luks kola test failed in the latest rawhide build . The reason for the failure what that the machine entered emergency.target in the initramfs stage causing the test to fail.
kola test failure:
This issue is found to occur after the clevis pkg upgrade from clevis-21-6.fc42 -> 21-7.fc42
Console log:
From the console log, an ignition-disks.service failure seem to have occurred as the Clevis bind operation for setting up LUKS encryption failed due to missing tools in the environment
console.txt
Reproduction steps
Expected behavior
ext.config.var-mount.luks test to pass
Actual behavior
ext.config.var-mount.luks test fails as the machine enters emergency.target in the initramfs
System details
[rawhide][x86_64]
Butane or Ignition config
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: