Code review comment for lp:~hrvojem/percona-xtradb-cluster/bug1264394-5.5

Revision history for this message
Raghavendra D Prabhu (raghavendra-prabhu) wrote :

All fine except:

 wsrep_cluster_address=gcomm://192.168.2.21

parts in singlebox.rst

it should be like:

wsrep_cluster_address='gcomm://127.0.0.1:15010,127.0.0.1:16010'
wsrep_provider_options = "gmcast.listen_addr=tcp://127.0.0.1:14010"

(ie. cluster address of each should contain listen_addr of other nodes).

« Back to merge proposal