Skip to content

Commit a457443

Browse files
Merge pull request #53733 from aireilly/OCPBUGS-4196
OCPBUGS-4196 - 4.11, 4.12 vDU PerformanceProfile example is not synced with ZTP vDU profile
2 parents 6038092 + a37fa52 commit a457443

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

snippets/ztp-performance-profile.adoc

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ metadata:
88
name: openshift-node-performance-profile <1>
99
spec:
1010
additionalKernelArgs:
11-
- rcupdate.rcu_normal_after_boot=0
12-
- "efi=runtime" <2>
11+
- "rcupdate.rcu_normal_after_boot=0"
12+
- "efi=runtime" <2>
1313
cpu:
1414
isolated: 2-51,54-103 <3>
1515
reserved: 0-1,52-53 <4>
@@ -18,14 +18,15 @@ spec:
1818
pages:
1919
- count: 32 <5>
2020
size: 1G <6>
21+
node: 0 <7>
2122
machineConfigPoolSelector:
2223
pools.operator.machineconfiguration.openshift.io/master: ""
2324
nodeSelector:
2425
node-role.kubernetes.io/master: ""
2526
numa:
26-
topologyPolicy: restricted
27+
topologyPolicy: "restricted"
2728
realTimeKernel:
28-
enabled: true <7>
29+
enabled: true <8>
2930
----
3031
<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`.
3132
<2> Configures UEFI secure boot for the cluster host.
@@ -38,4 +39,5 @@ The reserved and isolated CPU pools must not overlap and together must span all
3839
<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.
3940
<5> Set the number of huge pages.
4041
<6> Set the huge page size.
41-
<7> Set `enabled` to `true` to install the real-time Linux kernel.
42+
<7> Set `node` to the NUMA node where the `hugepages` are allocated.
43+
<8> Set `enabled` to `true` to install the real-time Linux kernel.

0 commit comments

Comments
 (0)