Bug 1618410
Summary: | hosted engine deploy (v2.2.25) failed at task "wait for the host to be up" | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [oVirt] ovirt-hosted-engine-setup | Reporter: | Douglas Duckworth <quackmaster> | ||||||||||||||
Component: | Build | Assignee: | Simone Tiraboschi <stirabos> | ||||||||||||||
Status: | CLOSED DUPLICATE | QA Contact: | Lukas Svaty <lsvaty> | ||||||||||||||
Severity: | urgent | Docs Contact: | |||||||||||||||
Priority: | unspecified | ||||||||||||||||
Version: | 2.2.24 | CC: | bugs, quackmaster | ||||||||||||||
Target Milestone: | --- | ||||||||||||||||
Target Release: | --- | ||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||
OS: | Linux | ||||||||||||||||
Whiteboard: | |||||||||||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||
Clone Of: | Environment: | ||||||||||||||||
Last Closed: | 2018-08-20 15:27:35 UTC | Type: | Bug | ||||||||||||||
Regression: | --- | Mount Type: | --- | ||||||||||||||
Documentation: | --- | CRM: | |||||||||||||||
Verified Versions: | Category: | --- | |||||||||||||||
oVirt Team: | Integration | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||
Embargoed: | |||||||||||||||||
Attachments: |
|
Description
Douglas Duckworth
2018-08-16 14:57:41 UTC
Created attachment 1476506 [details]
hosted engine log failure
Created attachment 1476507 [details]
latest hosted engine log failure
Created attachment 1476509 [details]
updated hosted engine log
2018-08-16 11:48:56,309-04 ERROR [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (EE-ManagedThreadFactory-engine-Thread-1) [593fbf12] EVENT_ID: VDS_INSTALL_FAILED(505), Host ovirt-hv1.pbtech installation failed. Failed to execute Ansible host-deploy role. Please check logs for more details: /var/log/ovirt-engine/host-deploy/ovirt-host-deploy-ansible-20180816114840-ovirt-hv1.pbtech-593fbf12.log. Can you please double check that? host-deploy logs are available under /var/log/ovirt-engine/host-deploy/ on the engine VM and copied back on the host on /var/log/ovirt-hosted-engine-setup/engine-{...}/host-deploy Sorry, they're now attached! Created attachment 1477241 [details]
ovirt logs
Hi, still not enough, sorry. Please look for host-deploy directory. Found them! Found them! Created attachment 1477254 [details]
correct ovirt logs
The issue happened here: 2018-08-16 11:48:54,735 p=26046 u=ovirt | TASK [ovirt-host-deploy-firewalld : Check if firewalld is installed] *********** 2018-08-16 11:48:55,513 p=26046 u=ovirt | ok: [ovirt-hv1.pbtech] => { "changed": false, "rc": 0, "results": [ "firewalld-0.4.4.4-14.el7.noarch providing firewalld is already installed" ] } 2018-08-16 11:48:55,561 p=26046 u=ovirt | TASK [ovirt-host-deploy-firewalld : Check if firewalld is runnning] ************ 2018-08-16 11:48:56,228 p=26046 u=ovirt | fatal: [ovirt-hv1.pbtech]: FAILED! => { "changed": false } MSG: Unable to enable service firewalld: Failed to execute operation: Cannot send after transport endpoint shutdown it seams that checking(?)/restarting firewalld on the host killed the ssh connection. Was firewalld enabled on the host? was it running? does its configuration allow ssh? Hi Simone This is CentOS 7 box configured in a way to mask firewalld and enable iptables. We do not like firewalld so that's our standard way of deploying CentOS. Does oVirt require the use of firewalld? (In reply to Douglas Duckworth from comment #12) > Does oVirt require the use of firewalld? Yes, now it is, at least deploying HE from scratch. The issue is just there. *** This bug has been marked as a duplicate of bug 1608467 *** Thanks Simone oVirt cluster now up! |