[Maria-discuss] Mariadb galera cluster ipv6
Hey guys, I trying to get up running a galera cluster with IPv6 But right know, it's not working. I'm trying to join the cluster with node 2 and the rsync sst isn't listening on IPv6. Here the node 2 log : 151010 13:21:49 [Note] WSREP: Running: 'wsrep_sst_rsync --role 'joiner' --address '192.168.1.220' --auth '' --datadir '/var/lib/mysql/' --defaults-file '/etc/mysql/my.cnf' --defaults-group-suffix '' --parent '6363' --binlog '/var/log/mysql/mariadb-bin' ' Here's my mariadb parameters : wsrep_provider=/usr/lib/galera/libgalera_smm.so wsrep_cluster_name="chunkz_cluster" wsrep_cluster_address="gcomm://dbcluster1,dbcluster2,dbcluster3,dbcluster4" wsrep_sst_method=rsync wsrep_provider_options = "gmcast.listen_addr=tcp://[::]:4567;" wsrep_node_name="dbcluster1" Do you have any idea for making it work over IPv6 ? Thanks in advance, Regards. -- CHUNKZ.NET - script kiddie and computer technician Bertrand Caplet, Flers (FR) Feel free to send encrypted/signed messages Key ID: 37F70C30 GPG FP: 134A 4027 518B 5F4D D409 558D BA9B 7BF0 37F7 0C30
Hi! On Sat, Oct 10, 2015 at 7:32 PM, Bertrand Caplet <bertrand.caplet@chunkz.net
wrote:
Hey guys, I trying to get up running a galera cluster with IPv6 But right know, it's not working.
IPv6 isn't fully supported yet in Galera cluster. Galera library: https://github.com/codership/galera/issues/338 https://github.com/codership/mysql-wsrep/issues/161 Server: https://mariadb.atlassian.net/browse/MDEV-8034
I'm trying to join the cluster with node 2 and the rsync sst isn't listening on IPv6. Here the node 2 log :
151010 13:21:49 [Note] WSREP: Running: 'wsrep_sst_rsync --role 'joiner' --address '192.168.1.220' --auth '' --datadir '/var/lib/mysql/' --defaults-file '/etc/mysql/my.cnf' --defaults-group-suffix '' --parent '6363' --binlog '/var/log/mysql/mariadb-bin' '
Here's my mariadb parameters :
wsrep_provider=/usr/lib/galera/libgalera_smm.so wsrep_cluster_name="chunkz_cluster" wsrep_cluster_address="gcomm://dbcluster1,dbcluster2,dbcluster3,dbcluster4" wsrep_sst_method=rsync wsrep_provider_options = "gmcast.listen_addr=tcp://[::]:4567;" wsrep_node_name="dbcluster1"
Do you have any idea for making it work over IPv6 ?
Checkout the following thread for a good discussion where some users claim to have it working with some modifications : https://groups.google.com/forum/#!topic/codership-team/ERsd_-9YLr0 Best, Nirbhay
Thanks in advance, Regards. -- CHUNKZ.NET - script kiddie and computer technician Bertrand Caplet, Flers (FR) Feel free to send encrypted/signed messages Key ID: 37F70C30 GPG FP: 134A 4027 518B 5F4D D409 558D BA9B 7BF0 37F7 0C30
_______________________________________________ Mailing list: https://launchpad.net/~maria-discuss Post to : maria-discuss@lists.launchpad.net Unsubscribe : https://launchpad.net/~maria-discuss More help : https://help.launchpad.net/ListHelp
participants (2)
-
Bertrand Caplet
-
Nirbhay Choubey