Cluster, Waiting for quorum and vmbr

tengri

Renowned Member
Jul 13, 2017
7
2
68
39
Hello. Sorry for my english.
I have a problem with creating a cluster. I get : "waiting for quorum", and this is all.
The testing showed:
Setting up vmbr (from the installation guide), I'm getting this promlem.
If this item is not executed, then the cluster is created normally.
How can I solve this problem? The first production server already has virtual machines and vmbr.
Changing the address of the network card from eth0 to eth3 (which is not tied to vmbr) in
Corosync.conf did not solve the problem:
Interface {
Bindnetaddr: my_eth3_addr
Ringnumber: 0
}
 
echo 0 > /sys/class/net/vmbr0/bridge/multicast_snooping
echo 0 > /sys/class/net/vmbr0/bridge/multicast_querier
or
echo 1 > /sys/class/net/vmbr0/bridge/multicast_snooping
echo 1 > /sys/class/net/vmbr0/bridge/multicast_querier
Did not give effects
 
  • Like
Reactions: chrone