Comment 0 for bug 1540234

Revision history for this message
weiyu (weiyu) wrote : rabbitmq cluster is not work

rabbitmq cluster is not work

bash-4.2$ rabbitmqctl cluster_status
Cluster status of node 'rabbit@openstack-2' ...
[{nodes,[{disc,['rabbit@openstack-2']}]},
 {running_nodes,['rabbit@openstack-2']},
 {cluster_name,<<"rabbit@openstack-2">>},
 {partitions,[]}]

bash-4.2$ cat /etc/rabbitmq/rabbitmq_clusterer.config
[
  {version, 1},
  {nodes, [
    {rabbit@openstack-1, disc},
    {rabbit@openstack-2, disc},
    {rabbit@openstack-3, disc}
  ]},
  {gospel, {node, rabbit@openstack-1}}
].