cpuguy83 / containerd-shim-systemd-v1

Apache License 2.0
57 stars 2 forks source link

Investigate if pidfd socket can help with exec issues #8

Open cpuguy83 opened 3 months ago

cpuguy83 commented 3 months ago

Coming back to this after a long period so just dropping this issue as a reminder to investigate if the pidfd support in runc can help us with our issues with fast-exit of exec processes where the pid exits before systemd has read the pid file.

ref: https://github.com/opencontainers/runc/pull/4045