Bug 824605

Summary: vm migration fails because tls is disabled
Product: [Retired] oVirt Reporter: Jacob Wyatt <jwyatt>
Component: ovirt-nodeAssignee: Mike Burns <mburns>
Status: CLOSED DUPLICATE QA Contact:
Severity: high Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: acathrow, dyasny, jboggs, mburns, mgoldboi, ovirt-bugs, ovirt-maint
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-05-23 22:02:50 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 Jacob Wyatt 2012-05-23 19:56:26 UTC
Description of problem:  VMs cannot be migrated because the hosts are using qemu+tls but it has been disabled in /etc/libvirt/libvirtd.conf with "listen_tls = 0".  Commenting this out changes it back to the default of enabled and migration works.


Version-Release number of selected component (if applicable):

oVirt Node Hypervisor release 2.3.0 (1.0.fc16)


How reproducible: 100%


Steps to Reproduce:
1.  Attempt to migrate a VM
2.  Migration fails.
3.  check /var/log/vdsm/vdsm.log for "operation failed: Failed to connect to remote libvirt URI qemu+tls://myhost.mydomain/system"
  
Actual results: VM does not migrate.


Expected results: VM should migrate.


Additional info: Fix by commenting out "listen_tls = 0" in /etc/libvirt/libvirtd.conf

Comment 1 Mike Burns 2012-05-23 22:02:50 UTC

*** This bug has been marked as a duplicate of bug 810272 ***