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
When i try this :
i have :
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
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