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 102 forks source link

Cluster fails to start #37

Closed rbnor closed 6 years ago

rbnor commented 6 years ago

cluster does not start when deploying stack to docker swarm.

colinmollenhour commented 6 years ago

There is not enough information here to address your issue.

rbnor commented 6 years ago

start.sh: Trapped error on line 113

The seed never starts

rbnor commented 6 years ago

galera_seed.1.zs2nzxqhxrpd@docker-2 | start.sh: Trapped error on line 113

colinmollenhour commented 6 years ago

What are you using for NODE_ADDRESS? What is the output of "getent hosts $(hostname)" from within the container.

rbnor commented 6 years ago
  - NODE_ADDRESS=^10.0.0.*

It does not start, so I can't really exec into the container.

colinmollenhour commented 6 years ago

I simply can't help you with so little info.