RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 2031010 - CPU throttling on pods with isolated and pinned CPUs
Summary: CPU throttling on pods with isolated and pinned CPUs
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: kernel
Version: 8.4
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: rc
: ---
Assignee: Phil Auld
QA Contact: Chunyu Hu
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-12-10 09:57 UTC by sreekanth
Modified: 2023-01-20 10:35 UTC (History)
14 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-01-07 18:00:21 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-105352 0 None None None 2021-12-10 09:59:37 UTC

Internal Links: 2061676

Comment 1 sreekanth 2021-12-10 10:19:23 UTC
A correction to the Additional info section:
============================================


- The issue is seen with/without HT.
- That is, an issue is seen when allocating 3 CPU cores (Hyperthreaded or not) but not with 4 CPU cores, with or without HT


HT enabled (again, 3 cores issue is visible and 4 cores, no issue is seen)
==========
 - pinned to a single thread from the core, we cannot see the issue.
 - pinned to 2 threads from the same core, we can see the issue.

HT disabled
===========
 - pinned to 3 individual cores = can see the issue
 - pinned to 4 individual cores = no issue.

Comment 7 Artyom 2021-12-20 09:06:36 UTC
We have a similar u/s issue related to the CPU throttling for containers with exclusive CPUs - https://github.com/kubernetes/kubernetes/issues/70585.

Comment 8 Martin Sivák 2021-12-20 11:24:26 UTC
If that is the issue, then the CPU quota can be disabled on OCP with PAO using an annotation on the workload pod and the proper runtime class:

Make sure the pod has the following annotation set: 

annotations:
    cpu-quota.crio.io: "disable"

and that the runtimeClassName is defined in the pod:

spec:
    runtimeClassName: <name of performance class from oc get performanceprofile's status section>


Note You need to log in before you can comment on or make changes to this bug.