<div dir="ltr">Hi,<div><br></div><div>I am trying to configure live migration of instance backed by lvm iscsi storage. I have done below mentioned config in nova.conf.</div><div><br></div><div>[libvirt]<br>virt_type = kvm<br>volume_use_multipath = True<br>live_migration_uri = qemu+ssh://nova@%s/system</div><div><br></div><div>The live migration is being failed with below logs.</div><div><br></div><div>2021-03-03 07:15:51.917 706290 INFO nova.compute.manager [-] [instance: 7de891d3-c712-434c-b39f-08e512e46e83] Took 6.02 seconds for pre_live_migration on destination host kvm12-a1-khi01.<br>2021-03-03 07:15:52.029 706290 ERROR nova.virt.libvirt.driver [-] [instance: 7de891d3-c712-434c-b39f-08e512e46e83] Live Migration failure: operation failed: Failed to connect to remote libvirt URI qemu+ssh://nova@kvm12-a1-khi01/system: Cannot recv data: Host key verification failed.: Connection reset by peer: libvirt.libvirtError: operation failed: Failed to connect to remote libvirt URI qemu+ssh://nova@kvm12-a1-khi01/system: Cannot recv data: Host key verification failed.: Connection reset by peer<br>2021-03-03 07:15:52.444 706290 ERROR nova.virt.libvirt.driver [-] [instance: 7de891d3-c712-434c-b39f-08e512e46e83] Migration operation has aborted<br>2021-03-03 07:15:52.489 706290 INFO nova.compute.manager [-] [instance: 7de891d3-c712-434c-b39f-08e512e46e83] Swapping old allocation on dict_keys(['3e5679c8-165e-4c35-9de5-ef0d3af0f9d8']) held by migration f519f768-5a62-4f17-9ac0-1cc2c814ec3a for instance<br>2021-03-03 07:15:55.927 706290 WARNING nova.compute.manager [req-116cf2ef-4720-421e-9aad-75451e3deafe b95c0ad0fb9848598988b5bff99ca55b abf41db7e6dc429086713f4b46cd3655 - default default] [instance: 7de891d3-c712-434c-b39f-08e512e46e83] Received unexpected event network-vif-unplugged-df7666d6-add3-4638-98e1-14db30122c3f for instance with vm_state active and task_state None.<br><div><br></div><div>I am able to login from host1 to host2 via ssh without password. Also I have disabled hostkey check in ssh config of nova. (~/.ssh/config)</div><div><br></div><div>Host *<br>    StrictHostKeyChecking no<br>    UserKnownHostsFile=/dev/null<br></div><div><br></div><div>I am able to connect host2 from host 1 and vice versa via virsh uri.</div><div><br></div><div>nova@kvm10-a1-khi01:~$ virsh -c qemu+ssh://nova@kvm12-a1-khi01/system<br>Welcome to virsh, the virtualization interactive terminal.<br><br>Type:  'help' for help with commands<br>       'quit' to quit<br><br>virsh # exit<br></div><div><br></div><div>No sure where i am missing something.</div><div><br></div>- Ammad<br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><br></div></div></div>