Migrating VM "no such cluster node"

dignus

Renowned Member
Feb 12, 2009
155
11
83
Hi,

I just added the 5th node to my proxmox cluster. All seems well. It's shown as online in the interface, I can interact with it from the interface (create VM's).

However .. I'm not able to migrate VM's onto it. It tells me "no such cluster" node after picking it from the drop down menu.

root@host01:~# pvecm status
Quorum information
------------------
Date: Thu Jul 28 09:42:55 2016
Quorum provider: corosync_votequorum
Nodes: 5
Node ID: 0x00000001
Ring ID: 52
Quorate: Yes

Votequorum information
----------------------
Expected votes: 5
Highest expected: 5
Total votes: 5
Quorum: 3
Flags: Quorate

Membership information
----------------------
Nodeid Votes Name
0x00000005 1 10.0.24.37
0x00000003 1 10.0.24.39
0x00000004 1 10.0.24.43
0x00000001 1 10.0.24.50 (local)
0x00000002 1 10.0.24.51

root@host01:~# pvecm nodes

Membership information
----------------------
Nodeid Votes Name
5 1 host05
3 1 host03
4 1 host04
1 1 host01 (local)
2 1 host02

Any clues? Am I missing something?
 
Hi,

are you on all nodes on the same PVE versions?
pveversion -v
 
I've been able to isolate the problem further. I can't seem to migrete from one specific node to this new node. The difference between this node and other nodes is that in "pvecm nodes" I see an IP for the node I can't migrate to. On the other nodes I see a hostname.
 
can you send the corosync conf it is located in /etc/pve/corosync.conf
 
can you send the corosync conf it is located in /etc/pve/corosync.conf

logging {
debug: off
to_syslog: yes
}

nodelist {
node {
name: host02
nodeid: 2
quorum_votes: 1
ring0_addr: host02
}

node {
name: host04
nodeid: 4
quorum_votes: 1
ring0_addr: host04
}

node {
name: host05
nodeid: 5
quorum_votes: 1
ring0_addr: host05
}

node {
name: host01
nodeid: 1
quorum_votes: 1
ring0_addr: host01
}

node {
name: host03
nodeid: 3
quorum_votes: 1
ring0_addr: host03
}

}

quorum {
provider: corosync_votequorum
}

totem {
cluster_name: prox01
config_version: 5
ip_version: ipv4
secauth: on
version: 2
interface {
bindnetaddr: 10.0.24.50
ringnumber: 0
}

}
 
I added a few more nodes today. On one of the nodes I'm seeing the same issue: can't migrate from one specific node to another. Also in this one the output of pvecm nodes contains an IP instead of a hostname.

How to fix this? Put hostname for each machine in hosts file?
 
Did you ever find a solution to this? I am seeing something similar, where a newly added host node can't receive migrated VMs, even though the cluster seems to be in sync when checked from the console. The new node doesn't show up in the web GUI of every other node, however, only some of them... is that what you saw as well?
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!