docker-archive / classicswarm

Swarm Classic: a container clustering system. Not to be confused with Docker Swarm which is at https://github.com/docker/swarmkit
Apache License 2.0
5.75k stars 1.08k forks source link

Docker swarm not distributing services when host is down #2841

Closed tiwarishrijan closed 6 years ago

tiwarishrijan commented 6 years ago

I have docker 17.12 installed with the cluster of 4 nodes , when one of my nodes are going down services are not auto redeploying to another servers. image

--> docker version Client: Version: 17.12.0-ce API version: 1.35 Go version: go1.9.2 Git commit: c97c6d6 Built: Wed Dec 27 20:10:14 2017 OS/Arch: linux/amd64

Server: Engine: Version: 17.12.0-ce API version: 1.35 (minimum version 1.12) Go version: go1.9.2 Git commit: c97c6d6 Built: Wed Dec 27 20:12:46 2017 OS/Arch: linux/amd64 Experimental: false

nishanttotla commented 6 years ago

This issue should be opened on github.com/moby/moby.