moby--moby/libnetwork/drivers
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
..
bridge Reconcile persistent state after driver config 2015-10-28 19:07:10 -07:00
host libnetwork <-> ipam driver interaction 2015-10-03 16:18:19 -07:00
null libnetwork <-> ipam driver interaction 2015-10-03 16:18:19 -07:00
overlay Fixes a case of ungraceful daemon restart + unreachable store 2015-10-29 17:16:52 -07:00
remote libnetwork <-> ipam driver interaction 2015-10-03 16:18:19 -07:00
windows libnetwork <-> ipam driver interaction 2015-10-03 16:18:19 -07:00