You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
I was able to fix the error by changing
bucketbench/contrib/sandbox_config.json
Line 36 in 4c8d0c2
default
todefault.slice
, but this probably only applies to people using the systemd cgroup manager and would break anyone using cgroupfs.The text was updated successfully, but these errors were encountered: