Hi, I'm trying to perform a live migration with a non root user (oneadmin) that has passwordless ssh configuration between hosts.
When I try to migrate a VM from one host to the other, I get the following error: Unable to migrate guest: internal error: qemu unexpectedly closed the monitor: load of migration failed Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/asyncjob.py", line 88, in cb_wrapper callback(asyncjob, *args, **kwargs) File "/usr/share/virt-manager/virtManager/migrate.py", line 438, in _async_migrate meter=meter) File "/usr/share/virt-manager/virtManager/domain.py", line 1586, in migrate self._backend.migrate3(libvirt_destconn, params, flags) File "/usr/lib64/python2.7/site-packages/libvirt.py", line 1519, in migrate3 if ret is None:raise libvirtError('virDomainMigrate3() failed', dom=self) libvirtError: internal error: qemu unexpectedly closed the monitor: load of migration failed [root@vdicnode01 vdicmgmtpoolfs]# /usr/libexec/qemu-kvm --version QEMU emulator version 1.5.3 (qemu-kvm-1.5.3-141.el7_4.2), Copyright (c) 2003-2008 Fabrice Bellard Any help will be welcome! Thanks a lot.