Closed Tal-or closed 1 year ago
@Tal-or: This pull request references Jira Issue OCPBUGS-4033, which is invalid:
Comment /jira refresh
to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.
The bug has been updated to refer to the pull request using the external bug tracker.
@Tal-or: No Bugzilla bug is referenced in the title of this pull request.
To reference a bug, add 'Bug XXX:' to the title of this pull request and request another bug refresh with /bugzilla refresh
.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: Tal-or
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
pkg/controller/performanceprofile/components/machineconfig/machineconfig.go | 12 | 79.4% | ||
<!-- | Total: | 12 | --> |
Totals | |
---|---|
Change from base Build 2631: | -0.5% |
Covered Lines: | 1570 |
Relevant Lines: | 2616 |
/jira refresh
/jira refresh
@Tal-or: This pull request references Jira Issue OCPBUGS-4033, which is invalid:
Comment /jira refresh
to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.
Are all of the required tests aligned in this PR as well ?
Are all of the required tests aligned in this PR as well ?
We don't have an automated test for this feature if that's what you mean
/lgtm
/hold this is not blocked atm by 4.11 bug
/hold cancel The bot is making sure to block the PR until the bug depends on will shift into a valid state
/jira refresh
/jira refresh
/jira refresh bot doesn't respond
/jira refresh
@Tal-or: This pull request references Jira Issue OCPBUGS-4033, which is valid. The bug has been moved to the POST state.
RPS handling on pod container level using crio-hooks causes long delay times when running the low latency script to set the RPS mask (https://bugzilla.redhat.com/show_bug.cgi?id=2109965)
For RAN low latency solution it might be sufficient only to set the RPS on the host level and avoid setting it on the container level while utilizing RSS behavior.
In the past the low latency hook was added with RPS additional settings on virtual devices since there was an issue where the start and shutdown of big amount of pods will initiate the creation of the systemd service that should update the new interfaces rps_cpus mask and can create an additional CPU load under the cluster (https://github.com/openshift-kni/performance-addon-operators/pull/659) This might not be the case any more thus we need to examine how the revert of the aforementioned PR will behave now.
Co-authored-by: Yanir Quinn yquinn@redhat.com Signed-off-by: Talor Itzhak titzhak@redhat.com