Skip to content

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

@rkevin-arch

Description

@rkevin-arch

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions