> > I just tried to find the code which syncs cluster.conf to all nodes > > in current Red Hat Cluster, but was not able to find it. Please can > someone > > give me a hint what source files implement that? Seems there is no > ccsd in > > cluster3? > > > > > > It's called ccs_sync and is part of the ricci package. > > cman_tool will automatically call this (if it's installed) when you > update the version number and call 'cman_tool version'.
Ok, found that code. Seems that ricci does the following: - generate new config files and then call cman_set_version() - all nodes get informed via cman corosync message that there is a new config file available (somewhere). But who calls 'cman_tool version' to actually sync the config? And why do you use an asynchrounous, unreliable transport (ccs_sync) instead of corosync to distribute the config? - Dietmar _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
