Bug 1501599
| Summary: | [3.6] Exempt the logging project from cluster-wide over-commit resource restrictions | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Peter Portante <pportant> |
| Component: | Logging | Assignee: | Jeff Cantrill <jcantril> |
| Status: | CLOSED ERRATA | QA Contact: | Anping Li <anli> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 3.6.0 | CC: | aos-bugs, rmeggins, smunilla, tkatarki |
| Target Milestone: | --- | Keywords: | OpsBlocker |
| Target Release: | 3.6.z | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: |
undefined
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-11-21 05:41:13 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
Peter Portante
2017-10-13 00:11:12 UTC
Commits pushed to master at https://github.com/openshift/openshift-ansible https://github.com/openshift/openshift-ansible/commit/28ebfa656bc3fd99d33239fc346570da672d5f71 bug 1501599. Omit logging project from overcommit restrictions https://github.com/openshift/openshift-ansible/commit/f5594776a2cde617316597f5d4a5ffe85dfc8b18 Merge pull request #5888 from jcantrill/1501599_allow_project_overcommit Automatic merge from submit-queue. bug 1501599. Omit logging project from overcommit restrictions This PR: * Annotates the logging project to remove overcommit restrictions @Samuel, this bug is fix in openshift-ansible, could you move the installer errata? Deployed with openshift-ansible-3.6.173.0.65. the overrides was disabled on the logging namespaces.
# oc get ns logging -o json |grep cluster-resource-override-enabled
"quota.openshift.io/cluster-resource-override-enabled": "false"
Move to verified as it have been fixed in openshift-ansible-3.6.173.0.65 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:3255 |