-
Bug
-
Resolution: Done-Errata
-
Major
-
None
-
4.14
-
Quality / Stability / Reliability
-
False
-
-
None
-
Important
-
None
-
7/03: 4.14 code merged , but not verified
-
None
-
None
-
None
-
In Progress
-
Bug Fix
-
Description of problem:
RH PTP pod linux-ptp-daemon-xx pod is exporting metrics for non-existing interfaces when kept on running for more than 2-3 hours
Version-Release number of selected component (if applicable):
OCP v4.14
How reproducible:
Happening on customer environment.
Steps to Reproduce:
1. Apply PtpConfig mentioning VLAN interfaces e.g. ens8f0np0.20, ens9f1np1.400 2. Next, wait for few hours & watch Prometheus/Grafan logs 3. See the non-existing interfaces being reported as 999999 ns in Grafana.
Actual results:
Unknown interface are seen with high openshift_ptp_offset_ns value
Expected results:
To only see the interfaces mentioned in PtpConfig
Additional info:
As a workaround, I had suggested them to create a node-level Prometheus filter rule & that had helped them get the correct metrics as desired. openshift_ptp_offset_ns{interface=~"ens9f1np1.400|ens8f0np0.20"} This confirms the that incorrect metrics are also being exported by ptp4l for some unknown interfaces.
- links to
-
RHBA-2025:11669 OpenShift Container Platform 4.14.54 bug fix update