Comment 3 for bug 1596737

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Hm, we do set min-cluster-size:
    def _configure_percona_ha(self):
        """Configure the percona-cluster service for HA."""
        self.available_services["mysql"].config["min-cluster-size"] = str(
            HA_COUNT)

HA_COUNT is 3. Unfortunately I don't have a "juju get mysql" to confirm that, but this code hasn't changed in a long while.