Bug 888774
| Summary: | [User Portal] UP->VM->Console: 'Remote Desktop' option - depends on guest agent (IP address)? | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Jiri Belka <jbelka> |
| Component: | ovirt-engine-userportal | Assignee: | Tomas Jelinek <tjelinek> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jiri Belka <jbelka> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.2.0 | CC: | dyasny, ecohen, iheim, michal.skrivanek, Rhev-m-bugs, sgrinber, ykaul |
| Target Milestone: | --- | ||
| Target Release: | 3.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | virt | ||
| Fixed In Version: | sf6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-06-11 09:15:23 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
Jiri Belka
2012-12-19 13:10:31 UTC
No, it can use the VM's name - please test that if the VM name is its FQDN, or it has name+domain name (from the Windows domain name), it still works. OK, if a VM name + domain is FQDN it works. But still, I think it would be wise to do a check to get IP (guest agent or dns) and if failed show a warning etc... Now opening console if IP info is unknown does nothing - no error, no warning. (In reply to comment #2) > OK, if a VM name + domain is FQDN it works. But still, I think it would be > wise to do a check to get IP (guest agent or dns) and if failed show a > warning etc... Now opening console if IP info is unknown does nothing - no > error, no warning. What I suspect is happening is that we don't catch RDP errors. We used to. Can you check what happens if the RDP is closed on the guest side? See http://msdn.microsoft.com/en-us/library/windows/desktop/aa382170(v=vs.85).aspx (bottom especially) After a quick look at the code we indeed don't catch the RDP errors. The situation is even more strange with SPICE, where we catch the errors, and than throw a NotImplementedException(). merged U/S: 42894d12a1bc182263359da93e12b2dfd29afdbb ok, sf6. 3.2 has been released 3.2 has been released |