Comment 19 for bug 1950176

Revision history for this message
yatin (yatinkarel) wrote :

Seems the issue is specific to "crun" runtime which used in CentOS 9-stream as with "runc" runtime in CentOS 8-stream issue is not seen. Just to confirm this i tried running container on 9-stream with runc+cgroupv1(as runc don't support cgroupv2) + /dev/ mounts and issue was not seen.

I see in runc the similar issue[1] was fixed with [2][3]. On the same note shouldn't be better that's it's fixed in crun itself? Not sure if that's already evaluated or not.

[1] https://github.com/opencontainers/runc/issues/80
[2] https://github.com/opencontainers/runc/pull/96
[3] https://github.com/opencontainers/runc/pull/742