Closed pythys closed 3 years ago
bulk starter: mounting subsystem 'cpuset' in '/sys/fs/cgroup/cpuset': operation not permitted
means you probably have cgroups v2 enabled and are using the default container runtime garden/guardian. You can do one of the following:
CONCOURSE_RUNTIME=containerd
Excellent! The CONCOURSE_RUNTIME=containerd
did the trick for me and it's much easier and cleaner than downgrading cgroups. I hope we eventually won't need this workaround.
Thank you so much!
containerd will be the default runtime in the future for Concourse. The garden/guardian team isn't doing feature work afaik.
On a fresh clean repository I do the following:
My environment: