-
Bug
-
Resolution: Done-Errata
-
Major
-
4.14
-
No
-
False
-
-
-
Bug Fix
-
This is a clone of issue OCPBUGS-25092. The following is the description of the original issue:
—
This is a clone of issue OCPBUGS-24638. The following is the description of the original issue:
—
Description of problem:
Issue - Profiles are degraded [1]even after applied due to below [2]error:
[1]
$oc get profile -A NAMESPACE NAME TUNED APPLIED DEGRADED AGE openshift-cluster-node-tuning-operator master0 rdpmc-patch-master True True 5d openshift-cluster-node-tuning-operator master1 rdpmc-patch-master True True 5d openshift-cluster-node-tuning-operator master2 rdpmc-patch-master True True 5d openshift-cluster-node-tuning-operator worker0 rdpmc-patch-worker True True 5d openshift-cluster-node-tuning-operator worker1 rdpmc-patch-worker True True 5d openshift-cluster-node-tuning-operator worker10 rdpmc-patch-worker True True 5d openshift-cluster-node-tuning-operator worker11 rdpmc-patch-worker True True 5d openshift-cluster-node-tuning-operator worker12 rdpmc-patch-worker True True 5d openshift-cluster-node-tuning-operator worker13 rdpmc-patch-worker True True 5d openshift-cluster-node-tuning-operator worker14 rdpmc-patch-worker True True 5d openshift-cluster-node-tuning-operator worker15 rdpmc-patch-worker True True 5d openshift-cluster-node-tuning-operator worker2 rdpmc-patch-worker True True 5d openshift-cluster-node-tuning-operator worker3 rdpmc-patch-worker True True 5d openshift-cluster-node-tuning-operator worker4 rdpmc-patch-worker True True 5d openshift-cluster-node-tuning-operator worker5 rdpmc-patch-worker True True 5d openshift-cluster-node-tuning-operator worker6 rdpmc-patch-worker True True 5d openshift-cluster-node-tuning-operator worker7 rdpmc-patch-worker True True 5d openshift-cluster-node-tuning-operator worker8 rdpmc-patch-worker True True 5d openshift-cluster-node-tuning-operator worker9 rdpmc-patch-worker True True 5d
[2]
lastTransitionTime: "2023-12-05T22:43:12Z" message: TuneD daemon issued one or more sysctl override message(s) during profile application. Use reapply_sysctl=true or remove conflicting sysctl net.core.rps_default_mask reason: TunedSysctlOverride status: "True"
If we see in rdpmc-patch-master tuned:
NAMESPACE NAME TUNED APPLIED DEGRADED AGE openshift-cluster-node-tuning-operator master0 rdpmc-patch-master True True 5d openshift-cluster-node-tuning-operator master1 rdpmc-patch-master True True 5d openshift-cluster-node-tuning-operator master2 rdpmc-patch-master True True 5d
We are configuring below in rdpmc-patch-master tuned:
$ oc get tuned rdpmc-patch-master -n openshift-cluster-node-tuning-operator -oyaml |less
spec:
profile:
- data: |
[main]
include=performance-patch-master
[sysfs]
/sys/devices/cpu/rdpmc = 2
name: rdpmc-patch-master
recommend:
Below in Performance-patch-master which is included in above tuned:
spec: profile: - data: | [main] summary=Custom tuned profile to adjust performance include=openshift-node-performance-master-profile [bootloader] cmdline_removeKernelArgs=-nohz_full=${isolated_cores}
Below(which is coming in error) is in openshift-node-performance-master-profile included in above tuned:
net.core.rps_default_mask=${not_isolated_cpumask}
RHEL BUg has been raised for the same https://issues.redhat.com/browse/RHEL-18972
Version-Release number of selected component (if applicable):{code:none}
4.14
- clones
-
OCPBUGS-25092 Tuned Profiles going degraded due to the extra net.core.rps_default_mask configuration in openshift-node-performance-xxx-profile
- Closed
- is blocked by
-
OCPBUGS-25092 Tuned Profiles going degraded due to the extra net.core.rps_default_mask configuration in openshift-node-performance-xxx-profile
- Closed
- links to
-
RHBA-2023:7831 OpenShift Container Platform 4.14.z bug fix update