jpetazzo / pipework

Software-Defined Networking tools for LXC (LinuX Containers)
Apache License 2.0
4.21k stars 727 forks source link

I hava deleted my container. but i still can ping this deleted container IP #232

Closed libp closed 5 years ago

libp commented 5 years ago

I hava deleted my container. but i still can ping this deleted container IP for example: I hava container name test, ip is 172.16.15.11 when i deleted this container. I still can ping 172.16.15.11 this is i cannt understand and i use brctl show ,i cant see the veth. but i just can ping 172.16.15.11
that`s why? thank you very much

jpetazzo commented 5 years ago

How did you delete the container?

On Mon, Jan 28, 2019 at 9:19 PM Li Bp notifications@github.com wrote:

I hava deleted my container. but i still can ping this deleted container IP for example: I hava container name test, ip is 172.16.15.11 when i deleted this container. I still can ping 172.16.15.11 this is i cannt understand and i use brctl show ,i cant see the veth. but i just can ping 172.16.15.11 that`s why? thank you very much

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jpetazzo/pipework/issues/232, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKd2T2oY-2pHUQR1DnHh98oR7VFIp8oks5vH722gaJpZM4aXNym .

-- @jpetazzo https://twitter.com/jpetazzo http://jpetazzo.github.io/

libp commented 5 years ago

thanks for answer. i use docker rm -f containername to delete the container.

maybe i have get the answer. my condition is my container mount a ceph file。when i delete my container。the ceph file ,i didnt unmount it。so,when i use ps -ef。 i get the process is stilling in my system。and i use kill -9 processid. i cant kill the process. so maybe the ceph dead process hold resouce。 it make the container ip still not release。 my companion suggest reboot machine 。