Hi,

I set the nodeid in corosync.conf. But this nodeid is ignored when the
interface is bound to 127.0.0.1, and nodeid becomes 16777343. This new
nodeid confuses the pacemaker. The pacemaker thinks this is new node. So the
corosync is connected, but the pacemaker thinks the peer is offline. To fix
this issue, the localhost.nodeid should be initialized to the configured
nodeid in totemudp_initialize().

Patch:
+localhost.nodeid = instance->totem_config->node_id;

-- 
Peakpoint Service

Cluster Setup, Troubleshooting & Development
[email protected]
(303) 997-2823
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to