Bug 1907936
Summary: | NTO is not reporting nto_profile_set_total metrics correctly after reboot | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Jiří Mencák <jmencak> |
Component: | Node Tuning Operator | Assignee: | Jiří Mencák <jmencak> |
Status: | CLOSED ERRATA | QA Contact: | Simon <skordas> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 4.7 | CC: | sejug |
Target Milestone: | --- | ||
Target Release: | 4.7.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-02-24 15:44:28 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
Jiří Mencák
2020-12-15 14:42:40 UTC
Cluster version: 4.7.0-0.nightly-2020-12-20-055006 $ oc project openshift-cluster-node-tuning-operator Now using project "openshift-cluster-node-tuning-operator" on server "https://api.skordas1218a.qe.devcluster.openshift.com:6443". $ oc get pods NAME READY STATUS RESTARTS AGE cluster-node-tuning-operator-7d89b84b6c-m5xz7 1/1 Running 0 4h1m tuned-8kdkg 1/1 Running 0 4h19m tuned-8lqsn 1/1 Running 0 4h19m tuned-b6lm4 1/1 Running 0 4h24m tuned-k9ms6 1/1 Running 0 4h24m tuned-kzq5s 1/1 Running 0 4h24m tuned-wjcsx 1/1 Running 0 4h19m $ oc rsh cluster-node-tuning-operator-7d89b84b6c-m5xz7 sh-4.4$ curl --insecure https://localhost:60000/metrics # HELP nto_build_info A metric with a constant '1' value labeled version from which Node Tuning Operator was built. # TYPE nto_build_info gauge nto_build_info{version="v4.7.0-202012190243.p0-0-g5c99b95-dirty"} 1 # HELP nto_degraded_info Indicates whether the Node Tuning Operator is degraded. # TYPE nto_degraded_info gauge nto_degraded_info 0 # HELP nto_pod_labels_used_info Is the Pod label functionality turned on (1) or off (0)? # TYPE nto_pod_labels_used_info gauge nto_pod_labels_used_info 0 # HELP nto_profile_calculated_total The number of times a Tuned profile was calculated for a given node. # TYPE nto_profile_calculated_total counter nto_profile_calculated_total{node="ip-10-0-129-18.us-east-2.compute.internal",profile="openshift-node"} 3 nto_profile_calculated_total{node="ip-10-0-147-65.us-east-2.compute.internal",profile="openshift-control-plane"} 3 nto_profile_calculated_total{node="ip-10-0-165-118.us-east-2.compute.internal",profile="openshift-control-plane"} 3 nto_profile_calculated_total{node="ip-10-0-167-70.us-east-2.compute.internal",profile="openshift-node"} 3 nto_profile_calculated_total{node="ip-10-0-203-237.us-east-2.compute.internal",profile="openshift-control-plane"} 3 nto_profile_calculated_total{node="ip-10-0-216-106.us-east-2.compute.internal",profile="openshift-node"} 3 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 (Moderate: OpenShift Container Platform 4.7.0 security, bug fix, and enhancement update), 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/RHSA-2020:5633 |