Hi,
With systemd 232, they now mount /sys/fs/cgroup/systemd with cgroup2 aka unified hierarchy systemd/systemd#3965
This breaks runc with the error: no subsystem for mount
I had to use the systemd.legacy_systemd_cgroup_controller=yes boot parameter to fix it.
Hi,
With systemd 232, they now mount
/sys/fs/cgroup/systemdwith cgroup2 aka unified hierarchy systemd/systemd#3965This breaks runc with the error:
no subsystem for mountI had to use the
systemd.legacy_systemd_cgroup_controller=yesboot parameter to fix it.