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:
committed by
openshift-cherrypick-robot
parent
3b6ef3144a
commit
1e031f4cc4
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user