Bug 1816966
| Summary: | Cluster state does not manage to reach 100% during an upgrade from 3.11.117 to 3.11.157 | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Saurabh Sadhale <ssadhale> |
| Component: | Logging | Assignee: | ewolinet |
| Status: | CLOSED ERRATA | QA Contact: | Anping Li <anli> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 3.11.0 | CC: | aos-bugs, ckoep, ewolinet, jcantril, lvlcek, periklis |
| Target Milestone: | --- | Flags: | jcantril:
needinfo-
|
| Target Release: | 3.11.z | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-06-17 20:21:27 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: | |||
|
Description
Saurabh Sadhale
2020-03-25 09:37:11 UTC
*** Bug 1816965 has been marked as a duplicate of this bug. *** Hi, can you please check the unassigned.reason code? See the following command example: $ oc exec $es_pod -n openshift-logging -c elasticsearch -- curl -s --key /etc/elasticsearch/secret/admin-key --cert /etc/elasticsearch/secret/admin-cert --cacert /etc/elasticsearch/secret/admin-ca https://localhost:9200/_cat/shards?h=index,shard,prirep,state,unassigned.reason | grep -v STARTED It should give you output like this: .orphaned.2020.03.19 0 r UNASSIGNED INDEX_CREATED .orphaned.2020.03.19 0 r UNASSIGNED INDEX_CREATED project.pep-zoll-uat.5b8b65e2-81ea-11e9-ab56-00505698129b.2020.03.19 0 r UNASSIGNED INDEX_CREATED project.pep-zoll-uat.5b8b65e2-81ea-11e9-ab56-00505698129b.2020.03.19 0 r UNASSIGNED INDEX_CREATED What I am really interested in is the last column. Is there any other code than "INDEX_CREATED"? If yes, what is the code? Regards, Lukáš Verified using ose-ansible:v3.11.232-2 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-2020:2477 |