Skip to content
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

crun verify the cgroup file system type even when invoked with --cgroups=disabled #1413

Open
jairov4 opened this issue Feb 9, 2024 · 0 comments

Comments

@jairov4
Copy link

jairov4 commented Feb 9, 2024

Invoking:

sudo podman run -dt --runtime /home/android/crun --cgroups=disabled --network=host docker.io/library/httpd
WARN[0000] Failed to read current user namespace mappings
Error: OCI runtime error: /home/android/crun: invalid file system type on `/sys/fs/cgroup`

crun v1.14.1 will complain of "invalid file system type on /sys/fs/cgroup" due my box is using Linux Deploy and not correctly mounting the directory so it gets sysfs instead of tmpfs but the issue is that cgroup should not be tested due it wont be used as explicitly invoked with --cgroups=disabled

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant