-
Notifications
You must be signed in to change notification settings - Fork 111
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
s390x/Secure Execution: Firstboot fails during ignition-ostree-growfs.service
#1264
Comments
Issue seems to have been introduced by this PR coreos/fedora-coreos-config#2320 |
Will dig into this. |
I think it might be timing related, because in the emergency console the device label exists |
I just finished testing it and a simple |
…e to be present There seems to be a simple race condition. Ensure the rootfs disk is present before running the service. Fixes: openshift/os#1264 Signed-off-by: Jan Schintag <[email protected]>
Ok, while it does seem to help, i still run into the problem. It might just have taken down the error rate from 100% to ~50% |
…oot error Ensure that /dev/disk/by-label/root is present before running service. Do not try to mount disk when running in Secure Execution mode. Fixes: openshift/os#1264 Signed-off-by: Jan Schintag <[email protected]>
…oot error Ensure that /dev/disk/by-label/root is present before running service. Do not try to mount disk when running in Secure Execution mode. Fixes: openshift/os#1264 Signed-off-by: Jan Schintag <[email protected]>
…oot error Do not try to mount disk when running in Secure Execution mode. Fixes: openshift/os#1264 Signed-off-by: Jan Schintag <[email protected]>
…oot error Do not try to mount disk when running in Secure Execution mode. Fixes: openshift/os#1264 Signed-off-by: Jan Schintag <[email protected]>
Waiting on #1268 to pull the fix into RHCOS |
Bump has landed and latest nightly is working correctly. |
…oot error Do not try to mount disk when running in Secure Execution mode. Fixes: openshift/os#1264 Signed-off-by: Jan Schintag <[email protected]>
…oot error Do not try to mount disk when running in Secure Execution mode. Fixes: openshift/os#1264 Signed-off-by: Jan Schintag <[email protected]>
…oot error Do not try to mount disk when running in Secure Execution mode. Fixes: openshift/os#1264 Signed-off-by: Jan Schintag <[email protected]>
The Secure Execution is unable to boot, failing at
ignition-ostree-growfs.service
.This just started with
414.92.202304172216-0
, the build before is working. Looking at the diff, there are no relevant package diffs. The only notable difference between the builds is the f-c-c bump.Need to investigate further.
The text was updated successfully, but these errors were encountered: