Skip to content

Commit bd916d6

Browse files
committed
OCPBUGS#2928: Remove idle=poll from the reference DU performance profile
1 parent 43a6aad commit bd916d6

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

snippets/ztp-performance-profile.adoc

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ metadata:
88
name: openshift-node-performance-profile <1>
99
spec:
1010
additionalKernelArgs:
11-
- idle=poll
1211
- rcupdate.rcu_normal_after_boot=0
1312
- "efi=runtime" <2>
1413
cpu:
@@ -21,20 +20,17 @@ spec:
2120
size: 1G <6>
2221
machineConfigPoolSelector:
2322
pools.operator.machineconfiguration.openshift.io/master: ""
24-
net:
25-
userLevelNetworking: true <7>
2623
nodeSelector:
2724
node-role.kubernetes.io/master: ""
2825
numa:
2926
topologyPolicy: restricted
3027
realTimeKernel:
31-
enabled: true <8>
28+
enabled: true <7>
3229
----
3330
<1> Ensure that the value for `name` matches that specified in the `spec.profile.data` field of `TunedPerformancePatch.yaml` and the `status.configuration.source.name` field of `validatorCRs/informDuValidator.yaml`.
3431
<2> Configures UEFI secure boot for the cluster host.
3532
<3> Set the isolated CPUs. Ensure all of the Hyper-Threading pairs match.
3633
<4> Set the reserved CPUs. When workload partitioning is enabled, system processes, kernel threads, and system container threads are restricted to these CPUs. All CPUs that are not isolated should be reserved.
3734
<5> Set the number of huge pages.
3835
<6> Set the huge page size.
39-
<7> Set `userLevelNetworking` to `true` to isolate the CPUs from networking interrupts.
40-
<8> Set `enabled` to `true` to install the real-time Linux kernel.
36+
<7> Set `enabled` to `true` to install the real-time Linux kernel.

0 commit comments

Comments
 (0)