Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerd hangs when starting up with docker-net-dhcp enabled #44

Open
relet opened this issue Jan 30, 2024 · 2 comments
Open

Dockerd hangs when starting up with docker-net-dhcp enabled #44

relet opened this issue Jan 30, 2024 · 2 comments

Comments

@relet
Copy link

relet commented Jan 30, 2024

The plugin works fine when creating new containers.
If I have an pre-existing container with a dhcp network assigned, when dockerd is started, the entire dockerd daemon becomes unresponsive when acquiring an address.

When started using dockerd -l debug

DEBU[2024-01-30T11:31:24.182790475+01:00] EnableService 66264b3f1f650a2a3ffa050c87cb63fe80dc1333f7650fd17eadb5f9d4d0647d START 
DEBU[2024-01-30T11:31:24.182815499+01:00] EnableService 66264b3f1f650a2a3ffa050c87cb63fe80dc1333f7650fd17eadb5f9d4d0647d DONE 
DEBU[2024-01-30T11:31:24.183107384+01:00] Assigning addresses for endpoint nginx_2's interface on network virbr0 

Any call to the API or on commandline just hangs, e.g. docker ps.

Disabling the plugin resolves the issue. It also seems to be hidden -occasionally- when using debug mode, so there might be a timing or race condition involved.

@GitUserMarkus
Copy link

Same here. It would be great to get a fix for this issue.

@UrusovVladimir
Copy link

+1
I'm having the same problem =(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants