Bug 2068917
| Summary: | cnf-tests: oslat container lack of cpu-quota.crio.io annotation | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | OpenShift BugZilla Robot <openshift-bugzilla-robot> |
| Component: | CNF Platform Validation | Assignee: | Talor Itzhak <titzhak> |
| Status: | CLOSED ERRATA | QA Contact: | Nikita <nkononov> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.9 | CC: | aos-bugs, shajmakh |
| Target Milestone: | --- | ||
| Target Release: | 4.10.z | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-06-13 17:00:25 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: | 2061676 | ||
| Bug Blocks: | |||
|
Description
OpenShift BugZilla Robot
2022-03-27 14:37:26 UTC
verification:
versions:
OCP:4.10.9
cnf-tests: 4.10.4-9
PAO: 4.10.3 (registry.redhat.io/openshift4/performance-addon-rhel8-operator@sha256:0d28fcd994e73b44f67da2592e70162b78292d17ea7544196d8588c92d069078)
Steps:
run the tests of latency tools as follows and capture the annotation in the description of the pods:
podman run -v $KUBECONFIG:/root/kubeconfig:Z -e KUBECONFIG=/root/kubeconfig -e IMAGE_REGISTRY=registry-proxy.engineering.redhat.com/rh-osbs -e CNF_TESTS_IMAGE=openshift4-cnf-tests:v4.10.4-9 -e PERF_TEST_PROFILE=performance -e ROLE_WORKER_CNF=workercnf -e LATENCY_TEST_RUN=true -e LATENCY_TEST_RUNTIME=180 -e MAXIMUM_LATENCY=2000000 -e DISCOVERY_MODE=true registry-proxy.engineering.redhat.com/rh-osbs/openshift4-cnf-tests:v4.10.4-9 usr/bin/test-run.sh -ginkgo.focus="Latency\ Test" -ginkgo.v
for each tool pod grep the crio annotation:
[root@registry ~]# oc describe pod -n performance-addon-operators-testing `oc get pods -n performance-addon-operators-testing -o jsonpath='{.items[0].metadata.name}'` | grep crio
Annotations: cpu-load-balancing.crio.io: disable
cpu-quota.crio.io: disable <--- disabled crio-quata is found now
irq-load-balancing.crio.io: disable
similar output was for each tool's pod (oslat , cyclictest & hwlatdetect)
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 (OpenShift Container Platform 4.10.18 low-latency extras 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/RHBA-2022:4983 |