Bug 1115986
Summary: | RFE: provide connection failure reason in the error dialog | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | David Jaša <djasa> | |
Component: | virt-viewer | Assignee: | Marc-Andre Lureau <marcandre.lureau> | |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> | |
Severity: | medium | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 7.0 | CC: | cfergeau, codong, dblechte, desktop-qa-list, dyuan, fidencio, juzhou, marcandre.lureau, mzhan, rbalakri, tzheng | |
Target Milestone: | rc | Keywords: | FutureFeature | |
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | virt-viewer-0.6.0-6.el7 | Doc Type: | Enhancement | |
Doc Text: |
Feature: When a connection failure happens, provide a detailed reason in the error dialog instead of a generic "Unable to connect to the graphic server SPICE_URI" message."
|
Story Points: | --- | |
Clone Of: | ||||
: | 1140870 (view as bug list) | Environment: | ||
Last Closed: | 2015-03-05 13:39:34 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: | 1116048, 1140870 | |||
Bug Blocks: |
Description
David Jaša
2014-07-03 13:07:13 UTC
Test with virt-viewer-0.6.0-5.el7.x86_64, Steps: 1. Prepare two hosts: A and B, install a spice guest with 127.0.0.1 listen address on host A # virsh dumpxml $vm ... <graphics type='spice' port='5900' autoport='yes' listen='127.0.0.1'> <listen type='address' address='127.0.0.1'/> </graphics> ... 2. on host B, connect the guest # remote-viewer spice://$host_A_ip:$port Cannot connect the guest, error msg in terminal: (remote-viewer:23958): GSpice-WARNING **: Could not connect to 10.66.4.226: Connection refused An error dialog comes out with msg: Unable to connect to the graphic server spice://10.66.4.226:5900 3. Also connect to a void ip: # remote-viewer spice://1.2.3.4:5900 Cannot connect the guest, errmsg in terminal: (remote-viewer:24395): GSpice-WARNING **: Could not connect to 1.2.3.4: Socket I/O timed out An error dialog comes out with msg: Unable to connect to the graphic server spice://1.2.3.4:5900 As the result, the reason is not shown on the dialog, so set ASSINGED. Yes, this is a known issue, one patch is missing. Test with:virt-viewer-0.6.0-6.el7.x86_64.rpm Steps are same with comment 3: Result: Step 2, An error dialog comes out: Unable to connect to the graphic server spice://10.66.5.15:5900 Could not connect to 10.66.5.15: Connection refused Step 3: An error dialog comes out: Unable to connect to the graphic server spice://1.2.3.4:5900 Could not connect to 1.2.3.4: Socket I/O timed out As the result, move to VERIFIED If this Feature should be included in the 7.1 Release Notes, could you please change the Doc Type from Enhancement to "Release Note"? Note that the Release Notes are intended to list the most prominent and customer-relevant new features rather than every single enhancement. Cheers, Jirka not necessary 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://rhn.redhat.com/errata/RHBA-2015-0295.html |