Bug 1511407
Summary: | listen type changed to 'none' after managedsave/restore guest with spice listening on an auto-generated unix socket | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | yafu <yafu> |
Component: | libvirt | Assignee: | Pavel Hrdina <phrdina> |
Status: | CLOSED ERRATA | QA Contact: | Fangge Jin <fjin> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 7.5 | CC: | dyuan, fjin, lmiksik, phrdina, rbalakri, xuzhang, zpeng |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | libvirt-3.9.0-5.el7 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-04-10 10:59:09 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
yafu
2017-11-09 10:10:06 UTC
Upstream patch posted: https://www.redhat.com/archives/libvir-list/2017-November/msg01190.html Upstream commit: commit cb06ea57ad80a964028f22fb49d6ab96648ae741 Author: Pavel Hrdina <phrdina> Date: Thu Nov 30 17:04:35 2017 +0100 conf: fix migratable XML for graphics if socket is generated based on config Reproduced on build libvirt-3.9.0-4.virtcov.el7.x86_64 Verified on build libvirt-3.9.0-6.el7.x86_64 After managedsave, dumpxml: # virsh managedsave-dumpxml rhel7-min ... <graphics type='spice' autoport='yes'> <listen type='address'/> </graphics> ... Restore guest: # virsh start rhel7-min Domain rhel7-min started # virsh dumpxml rhel7-min ... <graphics type='spice'> <listen type='socket' socket='/var/lib/libvirt/qemu/domain-2-rhel7-min/spice.sock'/> </graphics> ... 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. https://access.redhat.com/errata/RHEA-2018:0704 |