Bug 1592551
Summary: | [3.9]openshift_logging_eventrouter_cpu_limit and openshift_logging_eventrouter_cpu_request don't take effect | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Jeff Cantrill <jcantril> |
Component: | Logging | Assignee: | Jeff Cantrill <jcantril> |
Status: | CLOSED ERRATA | QA Contact: | Junqi Zhao <juzhao> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 3.9.0 | CC: | anli, aos-bugs, juzhao, rmeggins |
Target Milestone: | --- | ||
Target Release: | 3.9.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause: Installer was creating an incorrect spec attribute for cpu and memory. Additionally, it did not allow modifying the cpu_limit
Consequence: The values were ignored
Fix: Conditionally patch in cpu_limit if it s defined and correct the attribute name used to specify cpu/mem requests
Result: The values are honored as expected
|
Story Points: | --- |
Clone Of: | 1575546 | Environment: | |
Last Closed: | 2018-07-18 09:18:59 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: | |||
Bug Depends On: | 1575546 | ||
Bug Blocks: |
Description
Jeff Cantrill
2018-06-18 19:53:55 UTC
Change back to POST,need new openshift-ansible package, the currently latest package is openshift-ansible-3.9.31-1, the fix is not contained in this packages Please change to ON_QA, issue is fixed, openshift_logging_eventrouter_cpu_limit and openshift_logging_eventrouter_cpu_request take effect now. eg: resources: limits: cpu: 350m memory: 128Mi requests: cpu: 150m memory: 128Mi # rpm -qa | grep openshift-ansible openshift-ansible-docs-3.9.33-1.git.56.19ba16e.el7.noarch openshift-ansible-playbooks-3.9.33-1.git.56.19ba16e.el7.noarch openshift-ansible-3.9.33-1.git.56.19ba16e.el7.noarch openshift-ansible-roles-3.9.33-1.git.56.19ba16e.el7.noarch *** Bug 1575547 has been marked as a duplicate of this bug. *** 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:2213 |