Bug 1299397

Summary: Connection refused during migration of virtual machine
Product: [Community] Virtualization Tools Reporter: renju <renju_m140260cs>
Component: virt-managerAssignee: Cole Robinson <crobinso>
Status: CLOSED CANTFIX QA Contact:
Severity: high Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: berrange, crobinso, gscrivan, rbalakri
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-01-20 15:15:05 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description renju 2016-01-18 09:39:21 UTC
Description of problem: Connection refused during migration of virtual machine


Version-Release number of selected component (if applicable): Virtual Machine Manager 0.9.5

Observed :

Unable to migrate guest: unable to connect to server at 'rnj-hostB:49152': Connection timed out

Traceback (most recent call last):
  File "/usr/share/virt-manager/virtManager/asyncjob.py", line 96, in cb_wrapper
    callback(asyncjob, *args, **kwargs)
  File "/usr/share/virt-manager/virtManager/migrate.py", line 553, in _async_migrate
    vm.migrate(dstconn, migrate_uri, rate, live, secure, meter=meter)
  File "/usr/share/virt-manager/virtManager/domain.py", line 1235, in migrate
    self._backend.migrate(destconn.vmm, flags, newname, interface, rate)
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 1301, in migrate
    if ret is None:raise libvirtError('virDomainMigrate() failed', dom=self)
libvirtError: unable to connect to server at 'rnj-hostB:49152': Connection timed out


Additional info: I could migrate a virtual machine between two hosts previously without any issues. But now it just says "connection refused".

Comment 1 Cole Robinson 2016-01-20 15:15:05 UTC
That error is coming from libvirt. You need to file a bug with the distribution that libvirt is running on