mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 06:45:13 +01:00
GitHub Actions runners are nested VMs, and bcvk's use of virtiofs causes systemd-journald to enter a livelock when writing to persistent storage in nested virtualization environments. Add the kernel argument systemd.journald.storage=volatile to force journald to use tmpfs instead, which avoids the livelock. This workaround is needed until bcvk issue #90 is fully resolved upstream. Fixes: https://github.com/bootc-dev/bootc/pull/1708#issuecomment-2494643831 Related: https://github.com/bootc-dev/bcvk/issues/90 Assisted-by: Claude Code (Sonnet 4.5)