moby--moby/libnetwork/drivers/overlay
Madhu Venugopal c8a66f5e72 Fixes a case of ungraceful daemon restart + unreachable store
For ungraceful daemon restarts, libnetwork has sandbox cleanup logic to
remove any stale & dangling resources. But, if the store is down during
the daemon restart, then the cleanup logic would not be able to perform
complete cleanup. During such cases, the sandbox has been removed. With
this fix, we retain the sandbox if the store is down and the endpoint
couldnt be cleaned. When the container is later restarted in docker
daemon, we will perform a sandbox cleanup and that will complete the
cleanup round.

Signed-off-by: Madhu Venugopal <madhu@docker.com>
2015-10-29 17:16:52 -07:00
..
joinleave.go Fixes a case of ungraceful daemon restart + unreachable store 2015-10-29 17:16:52 -07:00
ov_endpoint.go Remove always-on watch for networks and endpoints 2015-10-06 14:15:49 -07:00
ov_network.go Fixes #680 2015-10-19 02:35:54 -07:00
ov_serf.go Use serf logger for memberlist log 2015-10-28 17:21:53 -04:00
ov_utils.go Explicitly set namespace for all network operations 2015-09-01 14:00:58 -07:00
overlay.go log an error if advertise is configured with a non-local ip-address 2015-10-26 12:21:06 -07:00
overlay_test.go Integration with Docker Discovery 2015-10-01 12:32:55 -07:00
peerdb.go Allowing local joins to happen even when serf is not initialized 2015-10-02 12:20:29 -07:00