Error creating mount with source ".../hostname": broken pipe: unknown. #1765
Labels
area: container runtime
Issue related to docker, kubernetes, OCI runtime
area: integration
Issue related to third party integrations
stale-issue
This issue has not been updated in 120 days.
type: bug
Something isn't working
This error can happen running any image with kernel between 5.1 and 5.3.15, 5.4.2, or 5.5. This happens because root runs with more strict
RLIMIT_MEMLOCK
limit. Go 1.14 attempts to mlock thread stacks to workaround a Linux kernel bug, trips over the limit, and dies. You'll find messages like these in the gofer log:To workaround it, add the following line to the
[Service]
section in/lib/systemd/system/containerd.service
:Then run:
systemctl daemon-reload && systemctl restart containerd
The text was updated successfully, but these errors were encountered: