I can't understand why replication stops if I disconnect the cable in the "local" network while it continue if I disconnect the "internet" network.
I supposed it uses the "local" link for replication and the alternate link if the "local" fail.
I have this test cluster (3 nodes, 2 nic):
What am I missing?
Thanks, P.
I supposed it uses the "local" link for replication and the alternate link if the "local" fail.
I have this test cluster (3 nodes, 2 nic):
corosync.conf:
logging {
debug: off
to_syslog: yes
}
nodelist {
node {
name: pve08
nodeid: 1
quorum_votes: 1
ring0_addr: 172.16.0.8
ring1_addr: 5.5.7.8
}
node {
name: pve09
nodeid: 2
quorum_votes: 1
ring0_addr: 172.16.0.9
ring1_addr: 5.5.7.9
}
node {
name: pve10
nodeid: 3
quorum_votes: 1
ring0_addr: 172.16.0.10
ring1_addr: 5.5.7.10
}
}
quorum {
provider: corosync_votequorum
}
totem {
cluster_name: pve23
config_version: 3
interface {
linknumber: 0
}
interface {
linknumber: 1
}
ip_version: ipv4-6
link_mode: passive
secauth: on
version: 2
}
What am I missing?
Thanks, P.