Fix the build for node images - #109
Merged
Merged
Conversation
alicefr
marked this pull request as draft
August 9, 2026 11:59
alicefr
force-pushed
the
fix-build
branch
2 times, most recently
from
August 10, 2026 06:26
30795dc to
f01e3c4
Compare
alicefr
force-pushed
the
fix-build
branch
6 times, most recently
from
August 10, 2026 07:34
82fe838 to
9c21fa8
Compare
For a better debuggability, add the serial console to the collected logs. Signed-off-by: Alice Frosi <afrosi@redhat.com>
The build-node-images job never applied the /dev/kvm permission fix that setup-bink already uses for the other jobs, so bcvk's nested QEMU silently fell back to TCG and hung waiting for VM readiness. Assisted-by: AI Signed-off-by: Alice Frosi <afrosi@redhat.com>
The bcvk VM mounts its root filesystem via virtiofs, so every file open inside the VM goes through QEMU's virtiofsd in the build container. Without an explicit ulimit, virtiofsd inherits the default nofile limit (1024), which the bootc image exhausts during boot, causing sshd and other services to fail with ENFILE. Assisted-by: AI Signed-off-by: Alice Frosi <afrosi@redhat.com>
Collaborator
Author
Johan-Liebert1
approved these changes
Aug 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR fixes 2 CI issues. It sets the permission on the
/dev/kvmand increases the limit for the file descriptors. Additioanlly, it also enhance the log for the build-image by adding the logs of the journal and console for the bcvk VM