Bug 1154415
| Summary: | ovirt-ha-agent failed to start after deployment | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Artyom <alukiano> | ||||
| Component: | ovirt-hosted-engine-ha | Assignee: | Doron Fediuck <dfediuck> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Nikolai Sednev <nsednev> | ||||
| Severity: | urgent | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 3.4.1-1 | CC: | alukiano, dfediuck, ecohen, gklein, iheim, lsurette, nsednev, sbonazzo, sherold | ||||
| Target Milestone: | --- | Keywords: | TestOnly, Triaged, ZStream | ||||
| Target Release: | 3.5.0 | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | sla | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 1155120 (view as bug list) | Environment: | |||||
| Last Closed: | 2015-02-17 17:09:48 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | SLA | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1155120 | ||||||
| Attachments: |
|
||||||
Can you please provide the setup logs? Was this a fresh install? which RHEL version? you don't really need because problem not in setup, I also write in one of emails, problems is: After deployment finished I encounter another problem: MainThread::ERROR::2014-10-19 17:07:16,969::hosted_engine::374::ovirt_hosted_engine_ha.agent.hosted_engine.HostedEngine::(_initialize_broker) Failed to connect to ha-broker: 'module' object has no attribute 'BROKER_CONNECTION_WAIT', so agent just stay in down state and have no possibility to UP. I see that we use this constant in this patch http://gerrit.ovirt.org/#/c/30641/3/ovirt_hosted_engine_ha/agent/hosted_engine.py, and we add this constant it this patch http://gerrit.ovirt.org/#/c/30113/1/ovirt_hosted_engine_ha/agent/constants.py.in, so how I understand last patch not included in build, I will open bug for this one(https://bugzilla.redhat.com/show_bug.cgi?id=1154415) When I added localy this line in BROKER_CONNECTION_WAIT = 5 under ovirt_hosted_engine_ha/agent/constants.py it solve problem. Marking test only on 3.5 (In reply to Artyom from comment #2) > you don't really need because problem not in setup, I also write in one of > emails, problems is: > After deployment finished I encounter another problem: > MainThread::ERROR::2014-10-19 > 17:07:16,969::hosted_engine::374::ovirt_hosted_engine_ha.agent.hosted_engine. > HostedEngine::(_initialize_broker) Failed to connect to ha-broker: 'module' > object has no attribute 'BROKER_CONNECTION_WAIT', so agent just stay in down > state and have no possibility to UP. > I see that we use this constant in this patch > http://gerrit.ovirt.org/#/c/30641/3/ovirt_hosted_engine_ha/agent/ > hosted_engine.py, and we add this constant it this patch > http://gerrit.ovirt.org/#/c/30113/1/ovirt_hosted_engine_ha/agent/constants. > py.in, so how I understand last patch not included in build, I will open bug > for this one(https://bugzilla.redhat.com/show_bug.cgi?id=1154415) > When I added localy this line in BROKER_CONNECTION_WAIT = 5 under > ovirt_hosted_engine_ha/agent/constants.py it solve problem. So why do we need 2 bugs? What you mean two bugs? Where the second bug? Works for me on these components: ovirt-hosted-engine-setup-1.2.1-1.el6ev.noarch ovirt-hosted-engine-ha-1.2.4-1.el6ev.noarch ovirt-host-deploy-1.3.0-1.el6ev.noarch rhevm-3.5.0-0.15.beta.el6ev.noarch qemu-kvm-rhev-0.12.1.2-2.448.el6.x86_64 libvirt-0.10.2-46.el6.x86_64 vdsm-4.16.7-1.el6ev.x86_64 sanlock-2.8-1.el6.x86_64 (In reply to Artyom from comment #5) > What you mean two bugs? Where the second bug? " I understand last patch not included in build, I will open bug for this one(https://bugzilla.redhat.com/show_bug.cgi?id=1154415) " This sentence suggests you are going to open an additional bug on top of the current one. rhev 3.5.0 was released. closing. |
Created attachment 948286 [details] agent log Description of problem: ovirt-ha-agent failed to start after deployment Version-Release number of selected component (if applicable): ovirt-hosted-engine-ha-1.1.6-2.el6ev.noarch How reproducible: Always Steps to Reproduce: 1. finish hosted-engine --deploy process 2. 3. Actual results: After deployment ovirt-ha-agent service still in down state Expected results: After deployment ovirt-ha-agent service in state up. Additional info: