Bug 1299397 - Connection refused during migration of virtual machine
Summary: Connection refused during migration of virtual machine
Keywords:
Status: CLOSED CANTFIX
Alias: None
Product: Virtualization Tools
Classification: Community
Component: virt-manager
Version: unspecified
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Cole Robinson
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-01-18 09:39 UTC by renju
Modified: 2016-01-20 15:15 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-01-20 15:15:05 UTC


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.