Hi,
usually i add a new server to our proxmox cluster via webui. But this time it somehow failed. Now i'm stuck in an undefined state and already tried "pvecm add 192.168.52.76 --force" but it's waiting for quorum forever.
pvecm status on new server:
pvecm status on cluster:
I've set up the new node like the other servers, the only difference is that i got 2x10Gbit bonding interface (LACP) with and vlans on it. The network connectivity is fine i can ssh everywhere.
What would be my best bet to fix this without reinstalling?
Edit (Added interfaces):
Thanks & Cheers,
Daniel
usually i add a new server to our proxmox cluster via webui. But this time it somehow failed. Now i'm stuck in an undefined state and already tried "pvecm add 192.168.52.76 --force" but it's waiting for quorum forever.
pvecm status on new server:
Quorum information
------------------
Date: Fri Jan 24 13:29:55 2020
Quorum provider: corosync_votequorum
Nodes: 1
Node ID: 0x00000008
Ring ID: 8/16
Quorate: No
Votequorum information
----------------------
Expected votes: 8
Highest expected: 8
Total votes: 1
Quorum: 5 Activity blocked
Flags:
Membership information
----------------------
Nodeid Votes Name
0x00000008 1 192.168.52.108 (local)
pvecm status on cluster:
Quorum information
------------------
Date: Fri Jan 24 13:30:52 2020
Quorum provider: corosync_votequorum
Nodes: 7
Node ID: 0x00000001
Ring ID: 1/2020
Quorate: Yes
Votequorum information
----------------------
Expected votes: 8
Highest expected: 8
Total votes: 7
Quorum: 5
Flags: Quorate
Membership information
----------------------
Nodeid Votes Name
0x00000001 1 192.168.52.76 (local)
0x00000002 1 192.168.52.77
0x00000003 1 192.168.52.83
0x00000004 1 192.168.52.85
0x00000005 1 192.168.52.87
0x00000006 1 192.168.52.88
0x00000007 1 192.168.52.104
I've set up the new node like the other servers, the only difference is that i got 2x10Gbit bonding interface (LACP) with and vlans on it. The network connectivity is fine i can ssh everywhere.
What would be my best bet to fix this without reinstalling?
Edit (Added interfaces):
auto lo
iface lo inet loopback
# bonding interface
auto eno1np0
iface eno1np0 inet manual
auto eno2np1
iface eno2np1 inet manual
auto bond0
iface bond0 inet manual
slaves eno1np0 eno2np1
bond_miimon 100
bond_mode 802.3ad
bond_xmit_hash_policy layer2+3
auto vmbr0
iface vmbr0 inet static
address 192.168.52.108
netmask 255.255.254.0
gateway 192.168.52.1
bridge_ports bond0
bridge_stp off
bridge_fd 0
iface bond0.1 inet manual
vlan-raw-device bond0
auto vmbr1
iface vmbr1 inet manual
bridge-ports bond0.1
bridge-stp off
bridge-fd 0
Thanks & Cheers,
Daniel
Last edited: