-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
2 veth are created when **deleting** a container with overlay network #19884
Comments
If you are reporting a new issue, make sure that we do not have any duplicates already open. You can ensure this by searching the issue list for this repository. If there is a duplicate, please close your issue and add a comment to the existing issue instead. If you suspect your issue is a bug, please edit your issue description to include the BUG REPORT INFORMATION shown below. If you fail to provide this information within 7 days, we cannot debug your issue and will close it. We will, however, reopen it if you later provide the information. For more information about reporting issues, see CONTRIBUTING.md. You don't have to include this information if this is a feature request (This is an automated, informational response) BUG REPORT INFORMATIONUse the commands below to provide key information from your environment:
Provide additional environment details (AWS, VirtualBox, physical, etc.): List the steps to reproduce the issue: Describe the results you received: Describe the results you expected: Provide additional info you think is important: ----------END REPORT --------- #ENEEDMOREINFO |
@ezrasilvera which version of docker are you running? Could you provide the information that was requested by @GordonTheTurtle? Also, could you test if this is reproducible on the 1.10 release candidate? because many improvements are made in this area, so this may already been resolved; note that the release-candidates should not yet be used on a production system; https://github.com/docker/docker/releases |
docker version Server: docker info Containers: 0 |
Looks like you're not running an up-to-date version of docker 1.9 (1.9.1 has been released), also notice that you look to be running a non-standard kernel (ubuntu 14.04.3 does not ship with kernel 4.2), but not sure that's the issue here |
ping @mavenugo any ideas? |
Thanks @mountkin, I suspected there were improvements made already for 1.10 @ezrasilvera can you try if the 1.10 release candidate resolves this for you? |
@ezrasilvera @thaJeztah this issue is still open in RC2 and is resolved by #19857. If we have an RC3, then please cherry-pick #19857 patch as well. |
Tested with 1.10-rc2. The bug is still there |
Containers: 0 |
It seems that the host interfaces are not cleaned correctly when deleting a container with overlay interface.
How to reproduce:
Setup: docker engine with etcd as the KV store for overlay network
---> a new veth is created on the host (connected to docker_gwbridge)
---> The veth that created at (2) is removed
---> Two new veth interfaces are CREATED on the host as a result of the container removal.
The text was updated successfully, but these errors were encountered: