Bug 913244
Summary: | Create valid command line for QEMU with only SPICE TLS autoport specified | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Martin Kletzander <mkletzan> |
Component: | libvirt | Assignee: | Martin Kletzander <mkletzan> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | high | Docs Contact: | |
Priority: | urgent | ||
Version: | 6.4 | CC: | acathrow, cpelland, cwei, dallan, dyuan, juzhang, mzhan, vfeenstr, ydu, zpeng |
Target Milestone: | rc | Keywords: | ZStream |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | libvirt-0.10.2-19.el6 | Doc Type: | Bug Fix |
Doc Text: |
Cause: The only way to request autoport only for TLS SPICE port without any normal port didn't work and guest with such specification couldn't start.
Consequence: VDSM was very sad.
Fix: We fixed parsing graphics parameters and formatting them for qemu with SPICE and only TLS.
Result: VDSM is happy.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2013-11-21 08:46:46 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: | |||
Bug Depends On: | |||
Bug Blocks: | 905930, 913624 |
Description
Martin Kletzander
2013-02-20 17:28:04 UTC
I can reproduce this with build: libvirt-0.10.2-18.el6.x86_64 step: 1.config tls env. 2.edit guest xml: .... <graphics type='spice' tlsPort='-1' autoport='no' listen='0' keymap='en-us'> <listen type='address' address='0'/> </graphics> .... 3.start guest > virsh start $guest error: Failed to start domain win2012 error: internal error Process exited while reading console log output: char device redirected to /dev/pts/2 ((null):4157): Spice-Warning **: reds.c:3173:reds_init_socket: reds_init_socket: binding socket to 0:1 failed failed to initialize spice server verify with build: libvirt-0.10.2-19.el6.x86_64 step: 1.config tls env. 2.edit guest xml: .... <graphics type='spice' tlsPort='-1' autoport='no' listen='0' keymap='en-us'> <listen type='address' address='0'/> </graphics> .... 3.start guest,check qemu cmd: ..... -spice port=0,tls-port=5901,addr=0.0.0.0,disable-ticketing,x509-dir=/etc/pki/libvirt-spice,seamless-migration=on ..... 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/RHBA-2013-1581.html |