Hide Forgot
Description of problem: Sometimes [root@source ~]# virsh migrate --live kvm qemu+ssh://10.66.93.106/system root.93.106's password: error: server closed connection: error: Reconnected to the hypervisor [root@target ~]# service libvirtd restart Stopping libvirtd daemon: [ OK ] Starting libvirtd daemon: [ OK ] [root@dhcp-93-134 ~]# virsh list --all Id Name State ---------------------------------- sometimes [root@source ~]# virsh migrate --live kvm qemu+ssh://10.66.93.106/system root.93.106's password: error: server closed connection: error: Reconnected to the hypervisor [root@target ~]# service libvirtd restart Stopping libvirtd daemon: [ OK ] Starting libvirtd daemon: [ OK ] [root@dhcp-93-134 ~]# virsh list --all Id Name State ---------------------------------- 5 kvm paused Version-Release number of selected component (if applicable): libvirt-0.8.7-1.el6.x86_64 How reproducible: always Expected results: guest could be migrated successfully Additional info:
libvirt is not able to cope with such situation since during migration, the client (or source libvirtd) has open connections to both sides through which the migration is controlled... if any of the connection is dropped, something will fail; how it fails depends on what libvirtd is restarted and in which migration phase that happens So this is the expected result . Close this bug as NOTABUG