You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a specific race condition due to which we get the following start failure for eventd in the logs: ERR container: docker cmd: start for eventd failed with 500 Server Error for http+docker://localhost/v1.43/containers/e6c2c0c3006061fd86d1736f8372ca4a10a7d8709d9a4c30c1da6d996576a2f0/start: Internal Server Error ("failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: unable to apply cgroup configuration: failed to write 19294: write /sys/fs/cgroup/blkio/docker/e6c2c0c3006061fd86d1736f8372ca4a10a7d8709d9a4c30c1da6d996576a2f0/cgroup.procs: no such device: unknown")
Issue could be due to race condition between docker start and systemd (Systemd removes cgroups during daemon-reload and docker start is writing to cgroups). Similar issue seen in
Description
There is a specific race condition due to which we get the following start failure for eventd in the logs:
ERR container: docker cmd: start for eventd failed with 500 Server Error for http+docker://localhost/v1.43/containers/e6c2c0c3006061fd86d1736f8372ca4a10a7d8709d9a4c30c1da6d996576a2f0/start: Internal Server Error ("failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: unable to apply cgroup configuration: failed to write 19294: write /sys/fs/cgroup/blkio/docker/e6c2c0c3006061fd86d1736f8372ca4a10a7d8709d9a4c30c1da6d996576a2f0/cgroup.procs: no such device: unknown")
We have a daemon reload from featured:
https://github.com/sonic-net/sonic-host-services/blob/89aead2c34eb95102328c4730fce534190ee5dac/scripts/featured#L368
And eventd is started since it is binded to sonic.target
BindsTo=sonic.target
Issue could be due to race condition between docker start and systemd (Systemd removes cgroups during daemon-reload and docker start is writing to cgroups). Similar issue seen in
https://www.findbugzero.com/operational-defect-database/vendors/rh/defects/RHEL-16781
Issue is seen only once, and unable to be reproduced
Image used was latest master
The text was updated successfully, but these errors were encountered: