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

[CRI-O] systemd cgroup manager did not receive slice as parent #55

Open
rkevin-arch opened this issue Dec 5, 2020 · 1 comment
Open

Comments

@rkevin-arch
Copy link

Hi! I'm using the following command to test out CRI-O:

sudo ~/go/bin/bucketbench run -b examples/crio.yaml

It gives the following error:

ERRO[0008] Command failed with error: error during bench validate: Driver validation: error creating test container: rpc error: code = Unknown desc = cri-o configured with systemd cgroup manager, but did not receive slice as parent: default

I was able to fix the error by changing

"cgroup_parent": "default",
from default to default.slice, but this probably only applies to people using the systemd cgroup manager and would break anyone using cgroupfs.

@estesp
Copy link
Owner

estesp commented Dec 7, 2020

Sounds like something I can deal with in documentation and providing another example config for systemd cgroup configurations.

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

2 participants