Hi,
I am currently not able to online migrate vms on one of our PVE enterprise cluster. (Offline migration works fine).
Error:
The network and corosync config looks fine, can also switch between the cluster nodes via ssh.
I have already check the following Post but they didn`t help:
https://forum.proxmox.com/threads/o...ble-to-detect-remote-migration-address.48015/
PVE Version
All nodes has been updated and restarted.
Any Idea to solve this issue?
I am currently not able to online migrate vms on one of our PVE enterprise cluster. (Offline migration works fine).
Error:
Bash:
()
task started by HA resource agent
2023-07-14 17:00:19 starting migration of VM 213 to node 'vmp01' (10.128.204.35)
2023-07-14 17:00:19 starting VM 213 on remote node 'vmp01'
2023-07-14 17:00:21 ERROR: online migrate failure - unable to detect remote migration address
2023-07-14 17:00:21 aborting phase 2 - cleanup resources
2023-07-14 17:00:21 migrate_cancel
2023-07-14 17:00:23 ERROR: migration finished with problems (duration 00:00:06)
TASK ERROR: migration problems
The network and corosync config looks fine, can also switch between the cluster nodes via ssh.
Bash:
cat /etc/pve/corosync.conf
logging {
debug: off
to_syslog: yes
}
nodelist {
node {
name: vmp01
nodeid: 1
quorum_votes: 1
ring0_addr: IP
}
node {
name: vmp02
nodeid: 2
quorum_votes: 1
ring0_addr: IP
}
node {
name: vmp03
nodeid: 3
quorum_votes: 1
ring0_addr: IP
}
}
quorum {
provider: corosync_votequorum
}
totem {
cluster_name: kitz-pve
config_version: 3
interface {
linknumber: 0
}
ip_version: ipv4-6
link_mode: passive
secauth: on
version: 2
}
I have already check the following Post but they didn`t help:
https://forum.proxmox.com/threads/o...ble-to-detect-remote-migration-address.48015/
PVE Version
Bash:
pve-manager/7.4-15/a5d2a31e (running kernel: 5.15.108-1-pve)
All nodes has been updated and restarted.
Any Idea to solve this issue?