-
Notifications
You must be signed in to change notification settings - Fork 157
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
[testing] Add coreos-keep-cgroup-v1.service #238
Conversation
(Note you'll want to look at the commit itself since the overall PR diff includes the revert from #237.) |
testing now |
OK, so one issue here is:
I think the issue is similar to what I described in coreos/coreos-assembler#553 (comment) (i.e. the lockfile not being canonical means libsolv is still free to pick newer packages with different names which meet all the same constraints), which would be fixed by coreos/rpm-ostree#1858. A hack for now though (since we're going to nuke all this right after) is to just add all those NEVRAs directly in the manifest. |
I see this too.
So because
+1 |
We need this hack in order to get exactly the same package set that release had. For details, see: coreos#238 (comment)
OK, I just tested an upgrade from
Right, exactly. (That said, we should probably evaluate whether we should switch to |
The idea here being that |
in my testing this seems to work! |
Yeah, exactly. It'll only be in that one OSTree commit we build. In fact, would be nice if we could do like RHCOS and have the ability to ship only the update (I mean, we have all the pieces in place, we just need to develop the SOP for it). |
In f31, the default cgroup changed to v2. However, we've decided to stay on v1 for the time being. Thus, we don't want older nodes upgrading to f31 to be forced into v2. Add a tiny service which just scans the BLS configs and injects the `systemd.unified_cgroup_hierarchy` karg as needed. For more information, see: coreos/fedora-coreos-tracker#292 coreos/fedora-coreos-streams#26 (comment)
We need this hack in order to get exactly the same package set that release had. For details, see: coreos#238 (comment)
546076c
to
28e95a8
Compare
OK, this is rebased now! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Rename user-systemd-unit-on-boot.adoc to tutorial-user-systemd-unit-on-boot.adoc Update nav.adoc Update tutorials.adoc fixed command and added core user as well
In f31, the default cgroup changed to v2. However, we've decided to stay
on v1 for the time being. Thus, we don't want older nodes upgrading to
f31 to be forced into v2.
Add a tiny service which just scans the BLS configs and injects the
systemd.unified_cgroup_hierarchy
karg as needed.For more information, see:
coreos/fedora-coreos-tracker#292
coreos/fedora-coreos-streams#26 (comment)