rancher / os

Tiny Linux distro that runs the entire OS as Docker containers
https://rancher.com/docs/os/v1.x/en/
Apache License 2.0
6.44k stars 660 forks source link

All docker commands hang #2839

Open nathankodilla opened 4 years ago

nathankodilla commented 4 years ago

RancherOS Version: (ros os version) 1.5.3 (docker version 18.09.8) Where are you running RancherOS? (docker-machine, AWS, GCE, baremetal, etc.) baremetal

After boot, all user docker commands will hang indefinitely. I have only 1 container that is set to run, which is Rancher. I manually edited the hostconfig.json of the rancher image to convert the startup from always to no in case this was causing a problem. I have tested multiple docker versions, but this issue persists between all of them.

Docker logs:

time="2019-07-19T19:04:21.945559818Z" level=info msg=serving... address="/var/run/docker/containerd/containerd-debug.sock"
time="2019-07-19T19:04:21.945618338Z" level=info msg=serving... address="/var/run/docker/containerd/containerd.sock"
time="2019-07-19T19:04:21.945663696Z" level=info msg="containerd successfully booted in 0.121782s"
time="2019-07-19T19:04:21.948853550Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc4208b9e00, READY" module=grpc
time="2019-07-19T19:04:21.953944510Z" level=info msg="parsed scheme: \"unix\"" module=grpc
time="2019-07-19T19:04:21.953965076Z" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
time="2019-07-19T19:04:21.954184072Z" level=info msg="ccResolverWrapper: sending new addresses to cc: [{unix:///var/run/docker/containerd/containerd.sock 0  <nil>}]" module=grpc
time="2019-07-19T19:04:21.954212147Z" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
time="2019-07-19T19:04:21.954758800Z" level=info msg="parsed scheme: \"unix\"" module=grpc
time="2019-07-19T19:04:21.954784258Z" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
time="2019-07-19T19:04:21.954766340Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc420165880, CONNECTING" module=grpc
time="2019-07-19T19:04:21.955151958Z" level=info msg="ccResolverWrapper: sending new addresses to cc: [{unix:///var/run/docker/containerd/containerd.sock 0  <nil>}]" module=grpc
time="2019-07-19T19:04:21.955172623Z" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
time="2019-07-19T19:04:21.955200665Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc420606270, CONNECTING" module=grpc
time="2019-07-19T19:04:21.955492020Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc420606270, READY" module=grpc
time="2019-07-19T19:04:21.955675239Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc420165880, READY" module=grpc
time="2019-07-19T19:04:22.091432739Z" level=info msg="[graphdriver] using prior storage driver: overlay2"
time="2019-07-19T19:04:22.478975875Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2019-07-19T19:04:22.479903850Z" level=info msg="Loading containers: start."
niusmallnan commented 4 years ago

I cannot reproduce. Please add your cloud-config and steps.