Skip to content

Commit

Permalink
image.yaml: add systemd.unified_cgroup_hierarchy=0 karg
Browse files Browse the repository at this point in the history
FCOS is likely to ship with CGroupsV1 to start, since most of the
containerization ecosystem isn't yet ready for V2.

Pass the `systemd.unified_cgroup_hierarchy=0` karg to enable this. This
should at least allow podman Kola tests to pass.

For more information, see:
coreos/fedora-coreos-tracker#292
  • Loading branch information
jlebon committed Oct 21, 2019
1 parent 19bd54c commit 73cac9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ size: 8
extra-kargs:
# Disable SMT on systems vulnerable to MDS or any similar future issue.
- mitigations=auto,nosmt
# https://github.com/coreos/fedora-coreos-tracker/issues/292
# https://fedoraproject.org/wiki/Changes/CGroupsV2
- systemd.unified_cgroup_hierarchy=0


# Optional remote by which to prefix the deployed OSTree ref
Expand Down

0 comments on commit 73cac9f

Please sign in to comment.