Skip to content

Commit e1150a8

Browse files
authored
Merge pull request #92200 from openshift-cherrypick-robot/cherry-pick-92177-to-enterprise-4.14
[enterprise-4.14] OCPBUGS-48217#Fix typo for worker-cnf machine config pool in Performance Profile Creator docs
2 parents 5376e84 + 55bac70 commit e1150a8

2 files changed

+2
-2
lines changed

modules/cnf-running-the-performance-creator-profile-offline.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ $ ./run-perf-profile-creator.sh -t /path-to-must-gather/must-gather.tar.gz -- --
224224
+
225225
This example uses sample PPC arguments and values.
226226
+
227-
* `--mcp-name=worker-cnf` specifies the `worker-=cnf` machine config pool.
227+
* `--mcp-name=worker-cnf` specifies the `worker-cnf` machine config pool.
228228
* `--reserved-cpu-count=1` specifies one reserved CPU.
229229
* `--rt-kernel=true` enables the real-time kernel.
230230
* `--split-reserved-cpus-across-numa=false` disables reserved CPUs splitting across NUMA nodes.

modules/cnf-running-the-performance-creator-profile.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ $ podman run --entrypoint performance-profile-creator -v <path_to_must_gather>:/
132132
* `-v <path_to_must_gather>` specifies the path to either of the following components:
133133
** The directory containing the `must-gather` data.
134134
** The directory containing the `must-gather` decompressed .tar file.
135-
* `--mcp-name=worker-cnf` specifies the `worker-=cnf` machine config pool.
135+
* `--mcp-name=worker-cnf` specifies the `worker-cnf` machine config pool.
136136
* `--reserved-cpu-count=1` specifies one reserved CPU.
137137
* `--rt-kernel=true` enables the real-time kernel.
138138
* `--split-reserved-cpus-across-numa=false` disables reserved CPUs splitting across NUMA nodes.

0 commit comments

Comments
 (0)