On cluster with nodes running:
I have added a new node, running:
I have added it simply with pvecm add IPaddressoffirstclusternode.
All seemed OK:
While i do not like how nodes get different names when added (probably pvecm add decides on them - I would prefer IP to be used every time), there is a different problem. When I wanted to migrate a VM to new node, I got this error:
How can I debug this further?
Why does qm not see desired destination node?
Code:
Linux 4.15.18-16-pve #1 SMP PVE 4.15.18-41 (Tue, 18 Jun 2019 07:36:54 +0200)
pve-manager/5.4-7/fc10404a
I have added a new node, running:
Code:
Linux 4.15.18-19-pve #1 SMP PVE 4.15.18-45 (Fri, 26 Jul 2019 09:34:08 +0200)
pve-manager/5.4-13/aee6f0ec
I have added it simply with pvecm add IPaddressoffirstclusternode.
All seemed OK:
Code:
root@p27:~# pvecm status
Quorum information
------------------
Date: Mon Aug 12 19:03:58 2019
Quorum provider: corosync_votequorum
Nodes: 7
Node ID: 0x00000004
Ring ID: 1/32560
Quorate: Yes
Votequorum information
----------------------
Expected votes: 8
Highest expected: 8
Total votes: 7
Quorum: 5
Flags: Quorate
Membership information
----------------------
Nodeid Votes Name
0x00000001 1 10.31.1.24
0x00000002 1 10.31.1.25
0x00000004 1 10.31.1.27 (local)
0x00000005 1 10.31.1.28
0x00000006 1 10.31.1.29
0x00000007 1 10.31.1.30
0x00000008 1 10.31.1.31
root@p27:~# pvecm nodes
Membership information
----------------------
Nodeid Votes Name
1 1 p24
2 1 10.31.1.25
4 1 p27 (local)
5 1 10.31.1.28
6 1 10.31.1.29
7 1 10.31.1.30
8 1 p31.c.mydomain.com
While i do not like how nodes get different names when added (probably pvecm add decides on them - I would prefer IP to be used every time), there is a different problem. When I wanted to migrate a VM to new node, I got this error:
Code:
root@p27:~# qm migrate 140 p
p24 p25 p26 p28 p29 p30
root@p27:~# qm migrate 140 p31
no such cluster node 'p31'
How can I debug this further?
Why does qm not see desired destination node?