Skip to content

Commit 34aa36f

Browse files
committed
OCPBUGS-48217#Fix typo for worker-cnf machine config pool in Performance Profile Creator docs
1 parent 6969339 commit 34aa36f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

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

Lines changed: 1 addition & 1 deletion
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)