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.
Hm, we do set min-cluster-size: percona_ ha(self) :
"""Configure the percona-cluster service for HA."""
self.available _services[ "mysql" ].config[ "min-cluster- size"] = str(
HA_ COUNT)
def _configure_
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.