Bug 801443
Summary: | Libvirt shouldn't fail on tlsPort setting if none set | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Michal Privoznik <mprivozn> |
Component: | libvirt | Assignee: | Michal Privoznik <mprivozn> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.3 | CC: | acathrow, cfergeau, dallan, desktop-qa-list, djasa, dyuan, eblake, mprivozn, mshao, mzhan, rwu, veillard, weizhan, whuang, zpeng |
Target Milestone: | beta | ||
Target Release: | 6.3 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | libvirt-0.9.10-6.el6 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | 790436 | Environment: | |
Last Closed: | 2012-06-20 06:49:50 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 790436 | ||
Bug Blocks: |
Description
Michal Privoznik
2012-03-08 14:45:34 UTC
Yeah, we need to backport another patch: http://post-office.corp.redhat.com/archives/rhvirt-patches/2012-March/msg01265.html Verify on: libvirt-0.9.10-6.el6.x86_64 qemu-kvm-0.12.1.2-2.241.el6.x86_64 kernel-2.6.32-244.el6.x86_64 try guest with xml: <graphics type='spice' port='5900' autoport='no' listen='0.0.0.0'> <listen type='address' address='0.0.0.0'/> </graphics> and <graphics type='spice' autoport='yes' listen='0.0.0.0'> <listen type='address' address='0.0.0.0'/> </graphics> the guests all can be started without error,use virt-viewer can connect the guest , verification passed. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2012-0748.html |