[rabbitmq-discuss] New clustering format confusion
Simon MacMullen
simon at rabbitmq.com
Mon Jun 23 09:13:34 BST 2014
On 22/06/2014 18:18, Kenneth Loafman wrote:
> Hi,
>
> I'm trying to set up rabbitmq.config to automatically cluster, however,
> an error message shows up and startup fails.
>
> From the node forge-d1, I'm getting:
>
> Converting legacy 'cluster_nodes' configuration
> [['rabbit at forge-m1','rabbit at forge-d2'],disc]
> to
> {[['rabbit at forge-m1','rabbit at forge-d2'],disc],ram}.
>
> Please update the configuration to the new format {Nodes, NodeType},
> where Nodes contains the nodes that the node will try to cluster with,
> and NodeType is either 'disc' or 'ram'
>
> As far as I can tell from the verbiage above, my config was in the
> correct format.
It should be
{['rabbit at forge-m1','rabbit at forge-d2'],disc}
not
[['rabbit at forge-m1','rabbit at forge-d2'],disc]
But I think the automatic config format conversion thing is causing more
problems than it solves right now, we should probably take it out.
Cheers, Simon
More information about the rabbitmq-discuss
mailing list