Bug 2061676
| Summary: | cnf-tests: oslat container lack of cpu-quota.crio.io annotation | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Franck Baudin <fbaudin> |
| Component: | CNF Platform Validation | Assignee: | Talor Itzhak <titzhak> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Nikita <nkononov> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.9 | CC: | aos-bugs, shajmakh, vlaad |
| Target Milestone: | --- | ||
| Target Release: | 4.11.0 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Cause:
oslat container specs lacks of """ cpu-quota.crio.io: "disable" """ annotation, resulting to high latency.
Consequence:
The """ cpu-quota.crio.io: "disable" """ annotation was missing from the pod definition during the creation
Fix:
The mentioned annotation was appended during the pod creation.
Result:
The """ cpu-quota.crio.io: "disable" """ annotation appears in the oslat pod's spec.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-08-26 15:29:20 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2068917 | ||
|
Description
Franck Baudin
2022-03-08 09:58:20 UTC
Verification:
cnf-tests: registry-proxy.engineering.redhat.com/rh-osbs/openshift4-cnf-tests:v4.11.0-7
PAO: 4.10.1
OCP: 4.10.6
Steps:
=====
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.11.0-7 -e PERF_TEST_PROFILE=performance -e ROLE_WORKER_CNF=worker-cnf -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.11.0-7 usr/bin/test-run.sh -ginkgo.focus="Latency\ Test" -ginkgo.v
Output:
=======
from pod's description of:
oslat:
Name: oslat-77tkn
Namespace: performance-addon-operators-testing
Priority: 0
Node: ocp-worker-0.demo.lab.shajmakh/192.168.122.204
Start Time: Thu, 24 Mar 2022 17:42:33 +0200
Labels: <none>
Annotations: cpu-load-balancing.crio.io: disable
cpu-quota.crio.io: disable
irq-load-balancing.crio.io: disable
cyclictest:
Name: cyclictest-rkm2j
Namespace: performance-addon-operators-testing
Priority: 0
Node: ocp-worker-0.demo.lab.shajmakh/192.168.122.204
Start Time: Thu, 24 Mar 2022 17:47:25 +0200
Labels: <none>
Annotations: cpu-load-balancing.crio.io: disable
cpu-quota.crio.io: disable
irq-load-balancing.crio.io: disable
hwlatdetec:
Name: hwlatdetect-p7z5h
Namespace: performance-addon-operators-testing
Priority: 0
Node: ocp-worker-0.demo.lab.shajmakh/192.168.122.204
Start Time: Thu, 24 Mar 2022 17:51:31 +0200
Labels: <none>
Annotations: cpu-load-balancing.crio.io: disable
cpu-quota.crio.io: disable
irq-load-balancing.crio.io: disable
as can be seen above, cpu-quota.crio.io: disable is now available.
|