[BUG] cgroups: invalid group path
leads to a segmentation violation
#1524
Labels
bug
Something isn't working
Cross-posting from containerd/containerd#11001 as I am not sure which component I should raise the bug report under.
Description
I cannot disclose the full details of the setup I am running as it is propriety, that said, I am running
k3d
(which usesk3s
) like below, in particular notice the--volume /sys/fs/cgroup:/sys/fs/cgroup:rw
mount:In any event, the error message
invalid group path
should not lead to aSIGSEGV
, unless of course you have other opinions.Steps to reproduce the issue
I've tried all combinations of
K3D_FIX_CGROUPV2=0|1
andK3D_FIX_MOUNTS=0|1
but it did not make a difference.Additional Information
Describe the results you received and expected
Logs
containerd
kubectl
Really this should should something like
level=error msg="loading cgroup2 for 2249" error="cgroups: invalid group path"
, thewarning
(noterror
) leaves one clueless.What version of containerd are you using?
v1.7.22-k3s1.28
Any other relevant information
Show configuration if it is related to CRI plugin.
The text was updated successfully, but these errors were encountered: