Hi,
We having migration problem recently, promox does not migrate VM to other server if 1 server die.
We tried manual migrate from hv103 to hv101 and got error:
from hv103 we can ssh to hv101 without error:
And our pveversion:
May i know how to fix?
I have search all topic and can not get over this problem for these days.
We having migration problem recently, promox does not migrate VM to other server if 1 server die.
We tried manual migrate from hv103 to hv101 and got error:
Code:
()
Task viewer: VM 150 - Migrate
Output
Status
Stop
task started by HA resource agent
2017-12-18 19:13:12 # /usr/bin/ssh -o 'BatchMode=yes' -o 'HostKeyAlias=hv101' root@10.10.30.151 /bin/true
2017-12-18 19:13:12 Host key verification failed.
2017-12-18 19:13:12 ERROR: migration aborted (duration 00:00:00): Can't connect to destination address using public key
TASK ERROR: migration aborted
from hv103 we can ssh to hv101 without error:
Code:
root@hv103:~#
root@hv103:~# ping hv101
PING vhost-02-hv101 (10.10.30.151) 56(84) bytes of data.
64 bytes from vhost-02-hv101 (10.10.30.151): icmp_seq=1 ttl=64 time=0.119 ms
^C
--- vhost-02-hv101 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.119/0.119/0.119/0.000 ms
root@hv103:~# ssh hv101
Linux hv101 4.10.17-2-pve #1 SMP PVE 4.10.17-19 (Fri, 4 Aug 2017 13:34:37 +0200) x86_64
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Mon Dec 18 19:20:05 2017 from 10.10.30.153
root@hv101:~#
And our pveversion:
Code:
root@hv107:~# for i in `seq 7`;do ssh hv10$i "pveversion";done
pve-manager/5.0-30/5ab26bc (running kernel: 4.10.17-2-pve)
pve-manager/5.0-30/5ab26bc (running kernel: 4.10.17-2-pve)
pve-manager/5.1-35/722cc488 (running kernel: 4.13.4-1-pve)
pve-manager/5.1-35/722cc488 (running kernel: 4.13.4-1-pve)
pve-manager/5.1-35/722cc488 (running kernel: 4.13.4-1-pve)
pve-manager/5.1-35/722cc488 (running kernel: 4.13.4-1-pve)
pve-manager/5.1-35/722cc488 (running kernel: 4.13.4-1-pve)
root@hv107:~#
May i know how to fix?
I have search all topic and can not get over this problem for these days.