I have a 3 node cluster and I do some HA between 2 of the nodes. I have dual corosync networks as recommended. So, I would think that with dual networks, I could at any given time unplug one of the networks (say to move to a different switch) and my cluster would stay solid. But no... one of my nodes is made to reboot (from fencing maybe???). Is this the expected behavior?
corosync.conf
Read more
corosync.conf
Code:
logging {
debug: off
to_syslog: yes
}
nodelist {
node {
name: proxmox1
nodeid...
Read more