your nodes did not joined correctly, you're not quorate. Maybe they just do not have network access to each other. You first need to fix that, then an
pvecm updatecerts
should fix the certificate issue.
Are the nodes in the same LAN network?
post
Code:
cat /etc/pve/corosync.conf
ip addr
from both nodes, then I can see if I can direct you for a fixed corosync config which you can deploy to get out of this mess.
Thank you for the quick response
.
I checked, and I was able to ping each server from the other one. But I ran the two checks for you...
Main Server (114):
cat /etc/pve/corosync.conf
logging {
debug: off
to_syslog: yes
}
nodelist {
node {
name: c1
nodeid: 2
quorum_votes: 1
ring0_addr: 129.232.156.115
}
node {
name: pve
nodeid: 1
quorum_votes: 1
ring0_addr: 129.232.156.114
}
}
quorum {
provider: corosync_votequorum
}
totem {
cluster_name: MainCluster
config_version: 2
interface {
linknumber: 0
}
ip_version: ipv4-6
secauth: on
version: 2
}
root@pve:~# ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP group default qlen 1000
link/ether bc:30:5b:ce:24:6a brd ff:ff:ff:ff:ff:ff
3: eno2: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether bc:30:5b:ce:24:6c brd ff:ff:ff:ff:ff:ff
4: eno3: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether bc:30:5b:ce:24:6e brd ff:ff:ff:ff:ff:ff
5: eno4: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether bc:30:5b:ce:24:70 brd ff:ff:ff:ff:ff:ff
6: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether bc:30:5b:ce:24:6a brd ff:ff:ff:ff:ff:ff
inet 129.232.156.114/28 brd 129.232.156.127 scope global vmbr0
valid_lft forever preferred_lft forever
inet6 fe80::be30:5bff:fece:246a/64 scope link
valid_lft forever preferred_lft forever
root@pve:~# ping 129.232.156.115
PING 129.232.156.115 (129.232.156.115) 56(84) bytes of data.
64 bytes from 129.232.156.115: icmp_seq=1 ttl=64 time=0.235 ms
64 bytes from 129.232.156.115: icmp_seq=2 ttl=64 time=0.170 ms
^C
--- 129.232.156.115 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 14ms
rtt min/avg/max/mdev = 0.170/0.202/0.235/0.035 ms
Node1 (115):
cat /etc/pve/corosync.conf
logging {
debug: off
to_syslog: yes
}
nodelist {
node {
name: c1
nodeid: 2
quorum_votes: 1
ring0_addr: 129.232.156.115
}
node {
name: pve
nodeid: 1
quorum_votes: 1
ring0_addr: 129.232.156.114
}
}
quorum {
provider: corosync_votequorum
}
totem {
cluster_name: MainCluster
config_version: 2
interface {
linknumber: 0
}
ip_version: ipv4-6
secauth: on
version: 2
}
root@c1:~# ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp2s0f0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP group default qlen 1000
link/ether d4:85:64:5f:bd:bc brd ff:ff:ff:ff:ff:ff
3: enp2s0f1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether d4:85:64:5f:bd:be brd ff:ff:ff:ff:ff:ff
4: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether d4:85:64:5f:bd:bc brd ff:ff:ff:ff:ff:ff
inet 129.232.156.115/28 brd 129.232.156.127 scope global vmbr0
valid_lft forever preferred_lft forever
inet6 fe80::d685:64ff:fe5f:bdbc/64 scope link
valid_lft forever preferred_lft forever
root@c1:~# ping 129.232.156.114
PING 129.232.156.114 (129.232.156.114) 56(84) bytes of data.
64 bytes from 129.232.156.114: icmp_seq=1 ttl=64 time=0.208 ms
64 bytes from 129.232.156.114: icmp_seq=2 ttl=64 time=0.214 ms
^C
--- 129.232.156.114 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 8ms
rtt min/avg/max/mdev = 0.208/0.211/0.214/0.003 ms