Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1452235

Summary: [3.5] ARP cache size not increased for atomic-openshift-node-host tuned profile
Product: OpenShift Container Platform Reporter: Jiří Mencák <jmencak>
Component: ReleaseAssignee: Scott Dodson <sdodson>
Status: CLOSED ERRATA QA Contact: Meng Bo <bmeng>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 3.5.0CC: aos-bugs, jeder, jokerman, mmccomas, sdodson, wsun
Target Milestone: ---   
Target Release: 3.5.z   
Hardware: All   
OS: Linux   
Whiteboard: aos-scalability-36
Fixed In Version: Doc Type: Bug Fix
Doc Text:
The ARP Cache size tuning parameters were not set when performing an install on bare metal hosts. The bare metal profiles have been updated to ensure that the arp cache is set correctly on bare metal hosts.
Story Points: ---
Clone Of:
: 1452401 1452402 (view as bug list) Environment:
Last Closed: 2017-06-15 18:40:01 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:    
Bug Blocks: 1452401, 1452402    

Description Jiří Mencák 2017-05-18 15:56:56 UTC
Description of problem:

tuned-profiles-atomic-openshift-node-3.5.*.rpm(s) contain an outdated atomic-openshift-node-host profile.

Version-Release number of selected component (if applicable):
tuned-profiles-atomic-openshift-node-3.5.5.17-1.git.0.28f23d1.el7.x86_64.rpm and lower.

$ oc version
oc v3.5.5.10
kubernetes v1.5.2+43a9be4
features: Basic-Auth GSSAPI Kerberos SPNEGO

Server https://192.1.0.133:8443
openshift v3.5.5.10
kubernetes v1.5.2+43a9be4

How reproducible:
Always.

Steps to Reproduce:

$ rpm -qf /usr/lib/tuned/atomic-openshift-node-guest/tuned.conf
tuned-profiles-atomic-openshift-node-3.5.5.5-1.git.0.f2e87ab.el7.x86_64

$ grep gc_ /usr/lib/tuned/atomic-openshift-node-host/tuned.conf
$ grep gc_ /usr/lib/tuned/atomic-openshift-node-guest/tuned.conf
net.ipv4.neigh.default.gc_thresh1=8192
net.ipv4.neigh.default.gc_thresh2=32768
net.ipv4.neigh.default.gc_thresh3=65536

$ curl -Ls https://raw.githubusercontent.com/openshift/origin/master/contrib/tuned/origin-node-host/tuned.conf | grep gc_
net.ipv4.neigh.default.gc_thresh1=8192
net.ipv4.neigh.default.gc_thresh2=32768
net.ipv4.neigh.default.gc_thresh3=65536

Actual results:


Expected results:

$ grep gc_ /usr/lib/tuned/atomic-openshift-node-host/tuned.conf
net.ipv4.neigh.default.gc_thresh1=8192
net.ipv4.neigh.default.gc_thresh2=32768
net.ipv4.neigh.default.gc_thresh3=65536

Additional info:
https://bugzilla.redhat.com/show_bug.cgi?id=1425388

Checked tuned-profiles-atomic-openshift-node-3.6.74-1.git.0.e6d1637.el7.x86_64.rpm and it is fixed there, so it only looks like 3.5.x is affected?

Comment 1 Scott Dodson 2017-05-18 16:31:16 UTC
https://github.com/openshift/ose/pull/755

Comment 3 Meng Bo 2017-06-02 06:26:04 UTC
Verified on OCP build v3.5.5.21

# grep gc_ /usr/lib/tuned/atomic-openshift-node-host/tuned.conf
net.ipv4.neigh.default.gc_thresh1=8192
net.ipv4.neigh.default.gc_thresh2=32768
net.ipv4.neigh.default.gc_thresh3=65536

# sysctl -a | grep ipv4.neigh.default.gc_thresh
sysctl -a | grep ipv4.neigh.default.gc_thresh
net.ipv4.neigh.default.gc_thresh1 = 8192
net.ipv4.neigh.default.gc_thresh2 = 32768
net.ipv4.neigh.default.gc_thresh3 = 65536

Comment 5 errata-xmlrpc 2017-06-15 18:40:01 UTC
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:1425