[SOLVED] Roles of the different corosync.conf files in a cluster?

fibo_fr

Member
Apr 21, 2014
40
2
8
Remoulins, France
In a working stable cluster, how many different corosync.conf files should there be and what is their precise role?
Eg:
- server Node1
-- /etc/corosync/corosync.conf
-- /etc/pve/corosync.conf
- server Node2
-- /etc/corosync/corosync.conf
-- /etc/pve/corosync.conf
 
Last edited:
There important one is in /etc/pve/corosync.conf, and this one is replicated to all cluster nodes.
After replication, the file is copied to /etc/corosync/corosync.conf (local file system),
and corosync is notified to load that new version.

So on a working cluster, all files should have the same content.
 
  • Like
Reactions: fibo_fr