Bug 1550140
| Summary: | [free-int] error during logging upgrade "Getting ES version for logging-es cluster" rc=35 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Justin Pierce <jupierce> | ||||
| Component: | Installer | Assignee: | ewolinet | ||||
| Status: | CLOSED ERRATA | QA Contact: | Anping Li <anli> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 3.9.0 | CC: | aos-bugs, jcantril, jokerman, mmccomas | ||||
| Target Milestone: | --- | ||||||
| Target Release: | 3.9.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: |
Cause: When trying to determine the version of ES running, we would just make sure the pod is running and not verify that both containers were ready.
Consequence: The ES pod may not be ready and we try to query it.
Fix: Verify that both containers are ready before we attempt to pull the ES version.
Result: We do not receive a rc 35 from curling the ES end point.
|
Story Points: | --- | ||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2018-03-28 14:30:19 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: | |||||||
| Attachments: |
|
||||||
Storage attach issue that was resolved by scaling down and scaling up: http://pastebin.test.redhat.com/560103 The logging deploy/redeploy works well with openshift3/ose-ansible/images/v3.9.2-1". so move bug to verified Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:0489 |
Created attachment 1401928 [details] Ansible output Description of problem: openshift-ansible playbooks exited during logging upgrade (see attachment for log output) Version-Release number of the following components: v3.9.1 How reproducible: Re-running the playbooks did not help