Add Node 3 - Waiting for Quorum

jbl

New Member
Mar 30, 2017
2
0
1
52
hello,

I have add my first node without problem.

When i try to add my next node i have a "Waiting for Quorum..."

here my corosync.conf

Code:
logging {
  debug: off
  to_syslog: yes
}
nodelist {
  node {
    name: omega
    nodeid: 2
    quorum_votes: 1
    ring0_addr: omega
  }
  node {
   name: alpha
    nodeid: 1
    quorum_votes: 1
    ring0_addr: alpha
  }
}
quorum {
  provider: corosync_votequorum
}

totem {
  cluster_name: clusteravn
  config_version: 13
  ip_version: ipv4
  secauth: on
  transport: udpu
  version: 2
  interface {
    ringnumber: 0
  }
}

When i try this :
Code:
pvecm add alpha -f

i have :

Code:
pvecm add alpha -f
copy corosync auth key
stopping pve-cluster service
backup old database
waiting for quorum...

Il have also try to reboot my cluster without any changes.

My cluster and my first node are in the same broadcast. The last one is in different broadcast.

Someaone have an idea, clues or tips ?

Thanks

Jb
 
Hi,

this sounds like a multicast problem.

Do you prove that multicast is working in network?
 
hello,

thank for ur reply.

Under "totem" i use
Code:
transport: udpu
, unicast.

My provider doesnt allow multicast.

jb