diff --git a/modules/cnf-running-the-performance-creator-profile-offline.adoc b/modules/cnf-running-the-performance-creator-profile-offline.adoc index c11fbf2743..ce5cec2a22 100644 --- a/modules/cnf-running-the-performance-creator-profile-offline.adoc +++ b/modules/cnf-running-the-performance-creator-profile-offline.adoc @@ -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. diff --git a/modules/cnf-running-the-performance-creator-profile.adoc b/modules/cnf-running-the-performance-creator-profile.adoc index be69f5894b..fa814c21f9 100644 --- a/modules/cnf-running-the-performance-creator-profile.adoc +++ b/modules/cnf-running-the-performance-creator-profile.adoc @@ -132,7 +132,7 @@ $ podman run --entrypoint performance-profile-creator -v :/ * `-v ` 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.