<div dir="ltr"><div>Hi,</div><div><br></div>I'm trying to set up rabbitmq.config to automatically cluster, however, an error message shows up and startup fails.<div><br></div><div>From the node forge-d1, I'm getting:</div><div><br></div><div><div><font face="courier new, monospace" size="1">Converting legacy 'cluster_nodes' configuration</font></div><div><font face="courier new, monospace" size="1"> [['rabbit@forge-m1','rabbit@forge-d2'],disc]</font></div><div><font face="courier new, monospace" size="1">to</font></div><div><font face="courier new, monospace" size="1"> {[['rabbit@forge-m1','rabbit@forge-d2'],disc],ram}.</font></div><div><font face="courier new, monospace" size="1"><br></font></div><div><font face="courier new, monospace" size="1">Please update the configuration to the new format {Nodes, NodeType}, where Nodes contains the nodes that the node will t</font><span style="font-family: 'courier new', monospace; font-size: x-small;">ry to cluster with, and NodeType is either 'disc' or 'ram'</span></div></div><div><br></div><div>As far as I can tell from the verbiage above, my config was in the correct format. It has Nodes == ['rabbit@forge-m1','rabbit@forge-d2'] and NodeType == disc, which is correct. forge-d1 is supposed to cluster with forge-m1 and forge-d2, the other two nodes in the cluster. What's with the ",ram" at the end? forge-d1 is specified as a disc node in NodeType. I'm getting similar issues on the other configs:</div><div><br></div><div><div><font face="courier new, monospace" size="1">forge-m1:<br></font></div></div><div><div><font face="courier new, monospace" size="1"> {cluster_nodes, {</font></div><div><font face="courier new, monospace" size="1"> [</font></div><div><font face="courier new, monospace" size="1"> 'rabbit@forge-d1','rabbit@forge-d2'</font></div><div><font face="courier new, monospace" size="1"> ],</font></div><div><font face="courier new, monospace" size="1"> ram</font></div><div><font face="courier new, monospace" size="1"> }}</font></div></div><div><font face="courier new, monospace" size="1"><br></font></div><div><font face="courier new, monospace" size="1">forge-d1:<br></font></div><div><div><font face="courier new, monospace" size="1"> {cluster_nodes, {</font></div><div><font face="courier new, monospace" size="1"> [</font></div><div><font face="courier new, monospace" size="1"> 'rabbit@forge-m1','rabbit@forge-d2'</font></div><div><font face="courier new, monospace" size="1"> ],</font></div><div><font face="courier new, monospace" size="1"> disc</font></div><div><font face="courier new, monospace" size="1"> }}</font></div><div><font face="courier new, monospace" size="1"> ]}</font></div></div><div><font face="courier new, monospace" size="1"><br></font></div><div><font face="courier new, monospace" size="1">forge-d2:<br></font></div><div><div><font face="courier new, monospace" size="1"> {cluster_nodes, {</font></div><div><font face="courier new, monospace" size="1"> [</font></div><div><font face="courier new, monospace" size="1"> 'rabbit@forge-m1','rabbit@forge-d1'</font></div><div><font face="courier new, monospace" size="1"> ],</font></div><div><font face="courier new, monospace" size="1"> disc</font></div><div><font face="courier new, monospace" size="1"> }}</font></div><div><font face="courier new, monospace" size="1"> ]}</font></div></div><div><br></div><div>So, what's the error with the new format? How should I correct this?</div><div><br></div><div>...Thanks,</div><div>...Ken</div><div><br></div></div>