Bug 1612776
| Summary: | The ARP cache size did not been set in nodes except master node | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | zhaozhanqi <zzhao> |
| Component: | Installer | Assignee: | Jiří Mencák <jmencak> |
| Status: | CLOSED ERRATA | QA Contact: | zhaozhanqi <zzhao> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.11.0 | CC: | akamra, aos-bugs, gpei, hongli, jokerman, mmccomas, nelluri, wmeng |
| Target Milestone: | --- | ||
| Target Release: | 3.11.z | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: |
undefined
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-01-10 09:03:57 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
zhaozhanqi
2018-08-06 09:00:36 UTC
This is probably a situation where node-config.yaml does not trigger the desired configuration to be applied by tuned because at the time tuned is started it doesn't have the labels expected. node-config.yaml is updated during the bootstrap process. We need to figure out a way to trigger tuned to be restarted. We might be able to use what Seth suggests in BZ1569917, i.e. match against BOOTSTRAP_CONFIG_NAME in /etc/sysconfig/atomic-openshift-node until tuned is shipped containerized and uses its own logic to get node labels. Will try to look into it and create a PR today/tomorrow. Because this isn't a regression between 3.10 and 3.11, aka it's broken in 3.10 too, I'm moving this to 3.11.z as it does not meet the criteria for 3.11.0 blocker. Addressed upstream by https://github.com/openshift/openshift-ansible/pull/10102 Verified this bug on openshift-ansible-4.0.0-0.52.0.git.0.24249e7.el7.noarch.rpm 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-2019:0024 |