Replies: 2 comments
-
@giuseppe PTAL |
Beta Was this translation helpful? Give feedback.
0 replies
-
what error are you hitting? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I am in a project building our own Linux including the kernel, based on the Yocto project. Unfortunately the podman (and related software) recipes do not come with any kernel module suggestions. We figured out a lot of kernel modules by trial and error or based of on of the shelf Linux OS. But now we are facing some issues and I'm asking for help to maybe optimize and remove unnecessary modules.
I wasn't able to find any information about this, just some check in the podman tests.
I am currently running podman, rootless with cgroups v2 on a kernel 6.1. I need especially information about modules for cgroups controller, because this is probably the root cause of our issues.
Here are the currently active cgroup modules:
Further more, I try to get nftables and pasta running with podman, but missing out on some modules as well.
Any help or hint where to find or how to get this information would be great.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions