Skip to content
Discussion options

You must be logged in to vote

Seems like I found out why this happened:

  • I got cgroup v1 fallback enabled as described here with this command:
grubby --update-kernel=ALL --args="systemd.unified_cgroup_hierarchy=0"

After I removed that with the following line everything works as expected:

grubby --update-kernel=ALL --remove-args "systemd.unified_cgroup_hierarchy=0"

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@vrothberg
Comment options

@vpetrigo
Comment options

Answer selected by vpetrigo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants