Bug 845549 - User portal should pass FQDN to spice-xpi in GuestHostName variable
Summary: User portal should pass FQDN to spice-xpi in GuestHostName variable
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: ovirt-engine-userportal
Version: 3.1.0
Hardware: Unspecified
OS: Unspecified
urgent
unspecified
Target Milestone: ---
: ---
Assignee: Shahar Havivi
QA Contact: yeylon@redhat.com
URL:
Whiteboard: virt
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-08-03 12:10 UTC by Marian Krcmarik
Modified: 2016-04-18 06:44 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-08-15 20:54:02 UTC
oVirt Team: ---
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Marian Krcmarik 2012-08-03 12:10:11 UTC
Description of problem:
User portal should pass FQDN to spice-xpi in GuestHostName variable when guest machine is Windows type (at least). Now It passes only Domain Name (if IP is not known), but It used to passing FQDN (RHEVM3.0) since this variable is used as parameter of legacy usb controller which works guest <-> client over IP (requires direct connection) and the client will not discover guest since It is trying to connect to the DN instead of FQDN.

Version-Release number of selected component (if applicable):
RHEVM(si13)

How reproducible:
Always (if IP of guest is not known to RHEVM)

Steps to Reproduce:
1. Connect to a windows guest (without rhev agent).
  
Actual results:
Domain name is passed to spice-xpi, instead of FQDN.

Expected results:
FQDN of guest is passed to spice-xpi.

Additional info:

Comment 2 Itamar Heim 2012-08-09 20:46:51 UTC
is this with legacy usb configured for that guest?
what was the cluster level?

Comment 3 Marian Krcmarik 2012-08-09 22:38:13 UTC
(In reply to comment #2)
> is this with legacy usb configured for that guest?
Yes.
> what was the cluster level?
3.1

Comment 4 Shahar Havivi 2012-08-12 08:50:44 UTC
Marian,
I cannot reproduce this bug,
the current behavior is:
 if we have ip, we are sending ip.
else 
 if we have host name we use it else we use the vm name
 if we have the domain name (domain column in vm_static table) we are concatenating the host/vm name to it ie: hostname.mydomain.com

Is that true for you as well, or there is something that I am missing?
Thanks.

Comment 5 Marian Krcmarik 2012-08-15 20:54:02 UTC
(In reply to comment #4)
> Marian,
> I cannot reproduce this bug,
> the current behavior is:
>  if we have ip, we are sending ip.
> else 
>  if we have host name we use it else we use the vm name
>  if we have the domain name (domain column in vm_static table) we are
> concatenating the host/vm name to it ie: hostname.mydomain.com
> 
> Is that true for you as well, or there is something that I am missing?
> Thanks.

I am not able to reproduce on si 13.3 anymore, wondering something changed or not. Anyway closing as NOTABUG and If I hit it again I will reopen. Now It seems to work correctly.
Thanks.


Note You need to log in before you can comment on or make changes to this bug.