openshift / cluster-node-tuning-operator

Manage node-level tuning by orchestrating the tuned daemon.
Apache License 2.0
102 stars 105 forks source link

WIP: Use the new IRQBALANCE_BANNED_CPULIST variable #1227

Open MarSik opened 3 days ago

MarSik commented 3 days ago

Use the new IRQBALANCE_BANNED_CPULIST variable

The IRQBALANCE_BANNED_CPUS variable is deprecated and will not be used anymore in the near future.

The newer IRQBALANCE_BANNED_CPULIST variable is already supported by irqbalanced (https://github.com/Irqbalance/irqbalance/blob/v1.9.0/cputree.c#L135) and should be used.

This must be merged together with https://github.com/cri-o/cri-o/pull/8783

openshift-ci[bot] commented 3 days ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: MarSik

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/openshift/cluster-node-tuning-operator/blob/master/OWNERS)~~ [MarSik] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
jmencak commented 3 days ago

/cc jmencak

openshift-ci[bot] commented 3 days ago

@MarSik: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-gcp-pao-workloadhints d8acd3ad50a6d5d1bc0b2c90a762a9cb49bb4ade link true /test e2e-gcp-pao-workloadhints
ci/prow/e2e-hypershift-pao d8acd3ad50a6d5d1bc0b2c90a762a9cb49bb4ade link true /test e2e-hypershift-pao
ci/prow/e2e-gcp-pao d8acd3ad50a6d5d1bc0b2c90a762a9cb49bb4ade link true /test e2e-gcp-pao
ci/prow/e2e-no-cluster d8acd3ad50a6d5d1bc0b2c90a762a9cb49bb4ade link true /test e2e-no-cluster
ci/prow/unit d8acd3ad50a6d5d1bc0b2c90a762a9cb49bb4ade link true /test unit

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).