While joining the cluster with node "standby", i used ipv4 adresses only , but we ended up with this:
# cat /etc/corosync/corosync.conf
logging {
debug: off
to_syslog: yes
}
nodelist {
node {
name: m9
nodeid: 1
quorum_votes: 1
ring0_addr: 83.a.b.c
}
node {
name: standby
nodeid: 2
quorum_votes: 1
ring0_addr: 2a01:4f9:5a:xxxx::x
}
}
quorum {
provider: corosync_votequorum
}
...
I manually fixed corosync.conf , restarted corosync and it worked.
After a reboot, the corosync.conf was back to mixed ipv4/6 as above and corosync failed to start due to this.
a manual fix later and it started again, but i'm unwilling to check it it happens again.
I think this a bug, which i really like to get rid off. Any ideas?
# cat /etc/corosync/corosync.conf
logging {
debug: off
to_syslog: yes
}
nodelist {
node {
name: m9
nodeid: 1
quorum_votes: 1
ring0_addr: 83.a.b.c
}
node {
name: standby
nodeid: 2
quorum_votes: 1
ring0_addr: 2a01:4f9:5a:xxxx::x
}
}
quorum {
provider: corosync_votequorum
}
...
I manually fixed corosync.conf , restarted corosync and it worked.
After a reboot, the corosync.conf was back to mixed ipv4/6 as above and corosync failed to start due to this.
a manual fix later and it started again, but i'm unwilling to check it it happens again.
I think this a bug, which i really like to get rid off. Any ideas?