Skip to content

Conversation

@cgwalters
Copy link
Collaborator

While composefs is still experimental, after looking at this I think the feature gating we're doing has a pretty high "pain:gain" ratio - in other words, the risk we're mitigating by having it off is very low.

Since composefs is a focus of development, let's just remove the feature gate. We have good CI coverage for the non-composefs case.

Assisted-by: Claude Code (Sonnet 4.5)

@github-actions github-actions bot added area/install Issues related to `bootc install` area/documentation Updates to the documentation labels Oct 28, 2025
@bootc-bot bootc-bot bot requested a review from gursewak1997 October 28, 2025 12:55
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request removes the composefs-backend feature gate, making the composefs functionality a core part of the library. This is a good simplification of the codebase, removing a significant amount of conditional compilation logic. The changes have been applied consistently, and the logic that was previously split between the feature being enabled or disabled has been correctly unified. The documentation has also been updated to reflect this change. The pull request looks solid.

@cgwalters
Copy link
Collaborator Author

Hmm interesting the c9s install is timing out here too, this may be a generic bug

cgwalters added a commit that referenced this pull request Oct 28, 2025
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: #1708 (comment)
Related: bootc-dev/bcvk#90

Assisted-by: Claude Code (Sonnet 4.5)
While composefs is still experimental, after looking at this
I think the feature gating we're doing has a pretty high "pain:gain"
ratio - in other words, the risk we're mitigating by having it
off is very low.

Since composefs is a focus of development, let's just remove
the feature gate. We have good CI coverage for the non-composefs
case.

Assisted-by: Claude Code (Sonnet 4.5)
Signed-off-by: Colin Walters <[email protected]>
@cgwalters cgwalters force-pushed the no-composefs-feature branch from 6f8b0ed to 22e0cee Compare October 28, 2025 20:12
@cgwalters cgwalters merged commit 706ff86 into bootc-dev:main Oct 29, 2025
46 of 47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/documentation Updates to the documentation area/install Issues related to `bootc install`

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants