1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OCPBUGS-48217#Fix typo for worker-cnf machine config pool in Performance Profile Creator docs

This commit is contained in:
Alexandra Molnar
2025-04-15 11:13:59 +01:00
committed by openshift-cherrypick-robot
parent 3b6ef3144a
commit 1e031f4cc4
2 changed files with 2 additions and 2 deletions

View File

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

View File

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