~alpine/users

mariadb + galera stops listening on 3306

Andreas <a@r0.at>
Details
Message ID
<107c0e35-51a4-5721-9124-1755a618a88f@r0.at>
DKIM signature
missing
Download raw message
Hello!

I'm trying to set up a galera cluster on alpine, and for some reason 
mariadb just doesn't listen on 3306 or the unix socket anymore, as soon 
as I run it with wsrep_on=ON.
Other than that, judging by the logs it's writing, everything's working 
as it should.
The *exact same* config on a debian doesn't have that problem.

I realise the galera package is probably in "testing" for a reason and 
probably doesn't have a lot of users, but does anyone have any idea what 
the problem could be here?

FWIW, my config is this:

[server]
port = 3306
bind-address = 0.0.0.0
wsrep_on=ON
wsrep_provider=/usr/lib/libgalera_smm.so
wsrep_cluster_address=gcomm://10.1.1.10,10.1.1.20
binlog_format=row
default_storage_engine=InnoDB
innodb_autoinc_lock_mode=2
wsrep_cluster_name=testcluster
wsrep_node_name=node1
wsrep_node_address=10.1.1.10
wsrep_sst_method=rsync

--
Andreas
Reply to thread Export thread (mbox)