Bug 2010841
| Summary: | container_runtime_crio_operations_latency_microseconds does not have quantile anymore | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Sascha Grunert <sgrunert> |
| Component: | Node | Assignee: | Sascha Grunert <sgrunert> |
| Node sub component: | CRI-O | QA Contact: | Weinan Liu <weinliu> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | low | ||
| Priority: | low | CC: | aos-bugs, nagrawal, schoudha, tsweeney |
| Version: | 4.6 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.6.z | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1997926 | Environment: | |
| Last Closed: | 2022-08-24 01:18:07 UTC | Type: | --- |
| 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: | 1997926 | ||
| Bug Blocks: | 2010831 | ||
|
Description
Sascha Grunert
2021-10-05 14:01:02 UTC
Not completed this sprint. Upstream PR got merged. 4.6.0-0.nightly-2022-02-24-010707 Failed Last build 4.6.0-0.nightly-2022-02-18-104035 does not have the fix Waiting for the next build to test Name Phase Started Failures Upgrades 4.6.0-0.nightly-2022-02-24-183332 Failed 11 hours ago 4.6.0-0.nightly-2022-02-24-142816 Failed 15 hours ago 4.6.0-0.nightly-2022-02-24-010707 Failed 28 hours ago Sitll no Accpeted build Name Phase Started Failures Upgrades 4.6.0-0.nightly-2022-02-24-183332 Failed 3 days ago 4.6.0-0.nightly-2022-02-24-142816 Failed 3 days ago 4.6.0-0.nightly-2022-02-24-010707 Failed 4 days ago Sitll no Accpeted build
Fixed.
sh-4.4# NODEIP=$(oc get nodes -o jsonpath='{.items[0].status.addresses[?(@.type=="InternalIP")].address}')
sh-4.4# oc get --raw /metrics --server http://${NODEIP}:9537 | grep "container_runtime_crio_operations_latency" |grep -c quantile
63
sh-4.4#
version 4.6.0-0.nightly-2022-03-02-005523 True False 15m Cluster version is 4.6.0-0.nightly-2022-03-02-005523
This was fixed in 4.6.56 however the errata automation failed to close it at the time. |