After adding an new cluster node I recogniced that some nodes cannot migrate to the new node.
Everything is on the same no-subscription version:
Investigating further I saw, that some (2 of 5) nodes show the new node as down when connecting to their GUI.
Console output from pvecm status seems ok on all nodes:
But I can see differences in pvecm nodes output. Only nodes showing the added node as down are showing the fqdn of the new node:
Any idea how to fix this?
Thanks.
Everything is on the same no-subscription version:
Code:
proxmox-ve: 4.4-77 (running kernel: 4.4.35-1-pve)
pve-manager: 4.4-5 (running version: 4.4-5/c43015a5)
pve-kernel-4.4.13-1-pve: 4.4.13-56
pve-kernel-4.4.35-1-pve: 4.4.35-77
pve-kernel-4.4.15-1-pve: 4.4.15-60
pve-kernel-4.4.16-1-pve: 4.4.16-64
pve-kernel-4.4.10-1-pve: 4.4.10-54
lvm2: 2.02.116-pve3
corosync-pve: 2.4.0-1
libqb0: 1.0-1
pve-cluster: 4.0-48
qemu-server: 4.0-102
pve-firmware: 1.1-10
libpve-common-perl: 4.0-85
libpve-access-control: 4.0-19
libpve-storage-perl: 4.0-71
pve-libspice-server1: 0.12.8-1
vncterm: 1.2-1
pve-docs: 4.4-1
pve-qemu-kvm: 2.7.0-10
pve-container: 1.0-90
pve-firewall: 2.0-33
pve-ha-manager: 1.0-38
ksm-control-daemon: 1.2-1
glusterfs-client: 3.5.2-2+deb8u2
lxc-pve: 2.0.6-5
lxcfs: 2.0.5-pve2
criu: 1.6.0-1
novnc-pve: 0.5-8
smartmontools: 6.5+svn4324-1~pve80
zfsutils: 0.6.5.8-pve13~bpo80
ceph: 0.94.9-1~bpo80+1
Investigating further I saw, that some (2 of 5) nodes show the new node as down when connecting to their GUI.
Console output from pvecm status seems ok on all nodes:
Code:
Quorum information
------------------
Date: Tue Jan 3 09:24:55 2017
Quorum provider: corosync_votequorum
Nodes: 6
Node ID: 0x00000003
Ring ID: 1/9076
Quorate: Yes
Votequorum information
----------------------
Expected votes: 6
Highest expected: 6
Total votes: 6
Quorum: 4
Flags: Quorate
Membership information
----------------------
Nodeid Votes Name
0x00000001 1 172.16.**.*11
0x00000002 1 172.16.**.*12
0x00000003 1 172.16.**.*13 (local)
0x00000005 1 172.16.**.*14
0x00000004 1 172.16.**.*15
0x00000006 1 172.16.**.*16
But I can see differences in pvecm nodes output. Only nodes showing the added node as down are showing the fqdn of the new node:
Code:
# pvecm nodes
Membership information
----------------------
Nodeid Votes Name
1 1 node1
2 1 node2
3 1 node3 (local)
5 1 node4
4 1 node5
6 1 node6.example.com
Any idea how to fix this?
Thanks.