codeabovelab / haven-platform

Haven is an open source Docker container management system. It integrates container, application, cluster, image, and registry management in one single place.
Apache License 2.0
287 stars 41 forks source link

Containers 'leak' in etcd #17

Closed wayerr closed 7 years ago

wayerr commented 7 years ago

etcdctl ls /cluman/containers|wc -l is 23, but system has only 2 containers

wayerr commented 7 years ago

fix in f342700dcf08a13ece17223a09682c982bed5270

we can not guaranties that container was deleted or node temporary unavailable, therefore we expose all containers from storage, even it invalid, for manual deletion