Taxonomy upgrade extras: galeracluster
A while ago it was pretty inconvenient to start a complete Galera Cluster from scratch. Rolling restart an such things are already working well but bootstrapping was a pain.
With Galera v2.2 new functionality came in. We tried it out and it did not work as documented. :-( Thanks to Teemu's help we found there was a documentation bug in the Galera documentation.
The settings which were working for us are:
wsrep_cluster_address = "gcomm://192.168.1.2,192.168.1.3?pc.wait_prim=no"
And when all 3 nodes of the Galera Cluster are started and …
[Read more]