colinmollenhour / mariadb-galera-swarm

MariaDb Galera Cluster container based on official mariadb image which can auto-bootstrap and recover cluster state.
https://hub.docker.com/r/colinmollenhour/mariadb-galera-swarm
Apache License 2.0
217 stars 103 forks source link

Fix start script retry errors #2

Closed mattdavenport closed 7 years ago

mattdavenport commented 7 years ago

A couple improvements on start.sh:

  1. Fix condition where seed is not online and duplicate IPs being concatenated to GCOMM var
  2. Remove retry limit; galera's nodes should retry indefinitely until finding a host seed