Skip to content
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

compose: change opt_usrlocal_overlays to be an enum #4850

Merged
merged 2 commits into from
Mar 14, 2024

Conversation

cgwalters
Copy link
Member

@cgwalters cgwalters commented Mar 1, 2024

xref ostreedev/ostree-rs-ext#607

We need to support having /opt and /usr/local be directly
on the rootfs. Change the existing knob for this to be more
configurable. The stateoverlay path is now an internal-only
knob; we expect people to do that externally.

Copy link

openshift-ci bot commented Mar 1, 2024

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@cgwalters cgwalters changed the title Composefs bound default compose: change opt_usrlocal_overlays to be an enum Mar 1, 2024
This will allow us to more cleanly warn in the future
if composefs is not enabled in some situations.
@cgwalters
Copy link
Member Author

OK, typed this out, it compiles but haven't run the tests yet.

@cgwalters cgwalters marked this pull request as ready for review March 14, 2024 12:25
@cgwalters cgwalters force-pushed the composefs-bound-default branch 2 times, most recently from e0e3af9 to 13fa62a Compare March 14, 2024 15:59
xref ostreedev/ostree-rs-ext#607

We need to support having `/opt` and `/usr/local` be directly
on the rootfs.  Change the existing knob for this to be more
configurable.  The stateoverlay path is now an internal-only
knob; we expect people to do that externally.
Copy link
Member

@jlebon jlebon left a comment

Choose a reason for hiding this comment

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

LGTM!

@cgwalters cgwalters enabled auto-merge (rebase) March 14, 2024 20:11
@cgwalters
Copy link
Member Author

Thanks for the fixup!

@cgwalters cgwalters merged commit 9bde7ca into coreos:main Mar 14, 2024
16 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants