Bug 1510496
| Summary: | openshift_logging_es_pvc_size not honored by openshift-logging playbook | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Mike Fiedler <mifiedle> |
| Component: | Logging | Assignee: | Jan Wozniak <jwozniak> |
| Status: | CLOSED ERRATA | QA Contact: | Anping Li <anli> |
| Severity: | urgent | Docs Contact: | |
| Priority: | high | ||
| Version: | 3.7.0 | CC: | aos-bugs, jokerman, jwozniak, mmccomas, pportant, rmeggins |
| Target Milestone: | --- | Keywords: | OpsBlocker |
| Target Release: | 3.7.z | ||
| 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: | 2017-12-18 13:23:26 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
Mike Fiedler
2017-11-07 14:58:10 UTC
the openshift_logging_es_pvc_size was not passed around. This aims to fix it: https://github.com/openshift/openshift-ansible/pull/6088 Commits pushed to master at https://github.com/openshift/openshift-ansible https://github.com/openshift/openshift-ansible/commit/1c62383d24b775dba46884effc40cc057f5c229d Bug 1510496 - logging: honor ES PVC size https://github.com/openshift/openshift-ansible/commit/45532f4578f99243f14493aa42b4ffd7b0fb8265 Merge pull request #6088 from wozniakjan/bug_1510496_es_pvc_size Automatic merge from submit-queue. Bug 1510496 - logging: honor ES PVC size fix for https://bugzilla.redhat.com/show_bug.cgi?id=1510496 Bumping the priority/severity of this bug as this is an operational hazard, causing many resulting problems to fix in ES clusters. When adding nodes, the cluster becomes unbalanced, with new nodes have 10 Gi PVCs, and existing nodes something larger. When creating new clusters, the PVCs are created with 10Gi completely ignoring the setting. Currently the only fix is to recreate them by hand. The pvc are created as expected when use openshift-ansible-3.7.11-1.git.0.42a781f.el7.noarch. Waiting the bug to errata to verify it. [root@ip-172-18-6-88 ~]# oc get pvc NAME STATUS VOLUME CAPACITY ACCESSMODES STORAGECLASS AGE logging-es-0 Bound pvc-6eb1c39f-d8b8-11e7-9063-0e6b2318521c 8Gi RWO gp2 9m logging-es-1 Bound pvc-89f19976-d8b8-11e7-9063-0e6b2318521c 8Gi RWO gp2 9m logging-es-2 Bound pvc-a49255a5-d8b8-11e7-9063-0e6b2318521c 8Gi RWO gp2 8m logging-es-ops-0 Bound pvc-c207fa39-d8b8-11e7-9063-0e6b2318521c 15Gi RWO gp2 7m 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-2017:3464 |