Bug 1244636
Summary: | Can't automatically add RHEV-H to hosted-engine through vlan tagged network | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | cshao <cshao> | ||||||
Component: | ovirt-hosted-engine-setup | Assignee: | Sandro Bonazzola <sbonazzo> | ||||||
Status: | CLOSED NOTABUG | QA Contact: | meital avital <mavital> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | 3.5.4 | CC: | alukiano, cshao, ecohen, fdeutsch, gklein, huiwa, istein, juwu, leiwang, lsurette, mburman, nsednev, yaniwang, ycui | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | integration | ||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2015-07-23 10:41:20 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: | 1059435, 1250199 | ||||||||
Attachments: |
|
Description
cshao
2015-07-20 08:03:48 UTC
Created attachment 1053780 [details]
HE6.tar.gz
RHEV-H 6.7 HE all log
Created attachment 1053785 [details]
sosreport
Does this bug also appear on a plain RHEL host? (In reply to Fabian Deutsch from comment #4) > Does this bug also appear on a plain RHEL host? Hi fabiand, We haven't RHEL + vlan ENV currently in lab, can you contact RHEV QE to cove this scenario? Thanks! Nikolai, can this bug also be reproduced on plain RHEL + HE? This information will help us to identify the responsible component for this bug. I totally agree and think that Network team should have such environment and also Ying Cui's team should have such environment, especially as they're testing TUI on RHEVH. I checked deployment of hosted-engine on RHEL6.7 and I had the same error about ssh connection, but it was because I defined on vlan static ip that not mapped to hostname, but when hosted-engine try to add host to engine he use: address=socket.gethostname() and failed. To prevent failing on engine vm you can add line to /etc/hosts: vlan_ip_address your_hostname_where_you_deploy_hosted_engine So can you please verify you configuration and check that your vlan ip mapped to hostname? As Artyom wrote in previous comment, hosted-engine deploy over vlan tagged interface with rhel 6.7 is working as expected. After adding line with new ip and hostname to /etc/hosts which is part of the hosted-engine configuration steps. So i don't think it is a network bug, management network was configured with success over vlan tagged interface. (In reply to Artyom from comment #9) > I checked deployment of hosted-engine on RHEL6.7 and I had the same error > about ssh connection, but it was because I defined on vlan static ip that > not mapped to hostname, but when hosted-engine try to add host to engine he > use: > address=socket.gethostname() and failed. To prevent failing on engine vm you > can add line to /etc/hosts: > vlan_ip_address your_hostname_where_you_deploy_hosted_engine > So can you please verify you configuration and check that your vlan ip > mapped to hostname? Yes, I already mapped it, you can check my sosreport which recorded it. # cat hosts 127.0.0.1 localhost.localdomain localhost ::1 localhost6.localdomain6 localhost6 192.168.20.129 localhost.localdomain (this is rhevh) 192.168.20.159 cshao67.redhat.com (this is hosted engine) Today I will deploy another new vlan env and test this issue again. and then I will update test result in here later. We probably found the cause, it is relevant to rhev-hypervisor's hostname, if the host's hostname set FQDN, then here can automatically add RHEV-H to hosted-engine through vlan tagged network. if host's hostname set localhost.localdomain as default, then it will cause this issue just unexpected termination to back RHEV-H TUI. So set severity to medium. (In reply to shaochen from comment #13) > We probably found the cause, it is relevant to rhev-hypervisor's hostname, > if the host's hostname set FQDN, then here can automatically add RHEV-H to > hosted-engine through vlan tagged network. if host's hostname set > localhost.localdomain as default, then it will cause this issue just > unexpected termination to back RHEV-H TUI. > > So set severity to medium. Then it's not a bug. Please review the topic 5 at here https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Virtualization/3.3/html/Installation_Guide/Configuring_the_Self-Hosted_Engine.html FQDN should look like HostedEngine-VM.example.com, should be resolvable by DNS and get IP address from DHCP by reserved MAC. I agree with Nikolai, and further more that is documented. Closing this bug according to comment 13 and comment 15. |