[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! |
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_hierarchykarg as needed.For more information, see:
coreos/fedora-coreos-tracker#292
coreos/fedora-coreos-streams#26 (comment)