-
Notifications
You must be signed in to change notification settings - Fork 305
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
main: Also automatically remount rw /sysroot for ostree pull
etc.
#2027
main: Also automatically remount rw /sysroot for ostree pull
etc.
#2027
Conversation
229ddad
to
2749887
Compare
ostree pull
etc.ostree pull
etc.
Lifted WIP, this is tested and working. |
Can we do #2029 first? That way we can be sure that the same kola tests that previously failed now pass. |
Patch looks reasonable to me otherwise! |
See coreos/fedora-coreos-tracker#343 When we added the read-only sysroot support it broke using "raw" `ostree pull` and `ostree refs --create` and all of the core repo CLIs that just operate on a repo and not a sysroot. Fixing this is a bit ugly as it "layer crosses" things even more. Extract a helper function that works in both cases.
2749887
to
6a27dff
Compare
Nice, ostree failures are now passing! Though hmm, looks like |
The problem is now interlock with coreos/rpm-ostree#2015 |
Right, it would need the new rpm-ostree to pass. Anyway, I've confirmed locally that this patch + git master rpm-ostree is green:
/override continuous-integration/jenkins/pr-merge |
@jlebon: Overrode contexts on behalf of jlebon: continuous-integration/jenkins/pr-merge In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cgwalters, jlebon The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
See coreos/fedora-coreos-tracker#343
When we added the read-only sysroot support it broke using "raw"
ostree pull
andostree refs --create
and all of the core repoCLIs that just operate on a repo and not a sysroot.
Fixing this is a bit ugly as it "layer crosses" things even more.
Extract a helper function that works in both cases.