Hide Forgot
Description of problem: If CPU Pinning / CPUManager is used, then currently it can lead to performance regressions. This is caused by the fact, that the CPU topology of the cores elected for pinning is not considered. Thus if the cores reside on different sockets, then there will be performance issues. Due to this, the CPU pinning / CPUManager will be disabled until bug 1664466 is resolved (or a different mitigatio nis found).
Pan, this should be documented as a known issue.
(In reply to Fabian Deutsch from comment #2) > Pan, this should be documented as a known issue. Sure thing. Thanks, Fabian. Please review my PR: https://github.com/openshift/openshift-docs/pull/13374 That PR will be used for all Known Issues, but you're the only one so far :) Let me know if that Known Issue text accurately describes the issue. I'm not familiar with CPU pinning so I wasn't sure if there are multiple ways to do it or if CPU Manager is the only relevant one. I wrote it with the former in mind. One main question, regarding this statement: "This is caused by the fact, that the CPU topology of the cores elected for pinning is not considered." It is not considered by what in particular? Ideally, I want to phrase this in the active voice: "<blank> does not consider the topology." Cheers :)
"CPU Pinning is achieved by using OpenShifts CPUManager, however, CPUManager does not consider the physical CPU topolgoy." Martin, can you please review the text.
"CPU Pinning is achieved by using OpenShift's CPUManager, however, CPUManager does not consider the physical CPU topology and can use suboptimal pinning when hyper-threading is enabled." Something like this might be more explanatory and more in alignment with what Jenifer said I think.
Thanks, Fabian and Martin. How's this? * CPU Manager, a feature that provides CPU pinning in {product-title}, is currently disabled in {ProductName} due to performance regressions. CPU Manager does not consider the physical CPU topology, resulting in sub-optimal pinning when hyper-threading is enabled. https://bugzilla.redhat.com/show_bug.cgi?id=1667854[(BZ#1667854)] Note that {product-title} expands to OpenShift Container Platform (or OKD, depending on where the doc is, but our docs aren't in the OKD doc set), and {ProductName} expands to Container-native Virtualization.
Thanks Pan, I like it.
*** This bug has been marked as a duplicate of bug 1664466 ***