Hello,
I'm hitting more or less the same issue than Add Node 3 - Waiting for Quorum except that it is for adding the second node to the cluster.
First I followed basic instructions (
Then I realized that not only my two hosts are not on the same /C network, but also that my hosting provider is known not to permit multicast traffic (OVH).
So I started adding
And It helped...only once. I managed to create the cluster but I rollbacked to redo it in a clean way.
And since then all my tries failed, even though preparing the corosync.conf accordingly BEFORE joining the cluster :
And only then
I'm always stuck at
I stopped the firewall -> same thing (I took care to add both hosts in the management IPSet anyway). My
My whole corosync.conf :
I'm hitting more or less the same issue than Add Node 3 - Waiting for Quorum except that it is for adding the second node to the cluster.
First I followed basic instructions (
pvecm add fisrtNodeIPAddress
) and was stuck there :
Code:
pvecm add X.X.X.X
Please enter superuser (root) password for 'X.X.X.X':
Password for root@X.X.X.X: ********************
Establishing API connection with host 'X.X.X.X'
The authenticity of host 'X.X.X.X' can't be established.
X509 SHA256 key fingerprint is 3C:4...01:38.
Are you sure you want to continue connecting (yes/no)? yes
Login succeeded.
Request addition of this node
Join request OK, finishing setup locally
stopping pve-cluster service
backup old database to '/var/lib/pve-cluster/backup/config-1607066482.sql.gz'
waiting for quorum...
So I started adding
transport: udpu
in my corosync config :
Code:
--- /etc/corosync/corosync.conf.orig 2020-11-30 21:19:18.291843119 +0100
+++ /etc/corosync/corosync.conf 2020-11-30 21:21:20.572697431 +0100
@@ -23,6 +23,7 @@
}
totem {
+ transport: udpu
cluster_name: lcoovhclup002
config_version: 2
interface {
And It helped...only once. I managed to create the cluster but I rollbacked to redo it in a clean way.
And since then all my tries failed, even though preparing the corosync.conf accordingly BEFORE joining the cluster :
Code:
--- /etc/pve/corosync.conf 2020-12-03 21:53:29.000000000 +0100
+++ /etc/pve/corosync.conf.new 2020-12-03 21:55:58.000000000 +0100
@@ -18,13 +18,14 @@
totem {
cluster_name: lcoovhclup001
- config_version: 1
+ config_version: 2
interface {
- bindnetaddr: X.X.X.X
+ bindnetaddr: 0.0.0.0
ringnumber: 0
}
ip_version: ipv4
secauth: on
+ transport: udpu
version: 2
}
pvecm add X.X.X.X
I'm always stuck at
waiting for quorum...
I stopped the firewall -> same thing (I took care to add both hosts in the management IPSet anyway). My
pveversion -v
hereunder.
Code:
proxmox-ve: 5.4-2 (running kernel: 4.15.18-30-pve)
pve-manager: 5.4-15 (running version: 5.4-15/d0ec33c6)
pve-kernel-4.15: 5.4-19
pve-kernel-4.15.18-30-pve: 4.15.18-58
pve-kernel-4.15.18-12-pve: 4.15.18-36
corosync: 2.4.4-pve1
criu: 2.11.1-1~bpo90
glusterfs-client: 3.8.8-1
ksm-control-daemon: 1.2-2
libjs-extjs: 6.0.1-2
libpve-access-control: 5.1-12
libpve-apiclient-perl: 2.0-5
libpve-common-perl: 5.0-56
libpve-guest-common-perl: 2.0-20
libpve-http-server-perl: 2.0-14
libpve-storage-perl: 5.0-44
libqb0: 1.0.3-1~bpo9
lvm2: 2.02.168-pve6
lxc-pve: 3.1.0-7
lxcfs: 3.0.3-pve1
novnc-pve: 1.0.0-3
proxmox-widget-toolkit: 1.0-28
pve-cluster: 5.0-38
pve-container: 2.0-42
pve-docs: 5.4-2
pve-edk2-firmware: 1.20190312-1
pve-firewall: 3.0-22
pve-firmware: 2.0-7
pve-ha-manager: 2.0-9
pve-i18n: 1.1-4
pve-libspice-server1: 0.14.1-2
pve-qemu-kvm: 3.0.1-4
pve-xtermjs: 3.12.0-1
qemu-server: 5.0-56
smartmontools: 6.5+svn4324-1
spiceterm: 3.0-5
vncterm: 1.5-3
zfsutils-linux: 0.7.13-pve1~bpo2
My whole corosync.conf :
Code:
logging {
debug: off
to_syslog: yes
}
nodelist {
node {
name: nsXXXX
nodeid: 1
quorum_votes: 1
ring0_addr: X.X.X.X
}
node {
name: nsYYYY1
nodeid: 2
quorum_votes: 1
ring0_addr: Y.Y.Y.Y
}
}
quorum {
provider: corosync_votequorum
}
totem {
cluster_name: lcoovhclup001
config_version: 5
interface {
bindnetaddr: 0.0.0.0
ringnumber: 0
}
ip_version: ipv4
secauth: on
transport: udpu
version: 2
}