From 1e031f4cc41e7972a2406fb19e4fec584f951c8e Mon Sep 17 00:00:00 2001 From: Alexandra Molnar Date: Tue, 15 Apr 2025 11:13:59 +0100 Subject: [PATCH] OCPBUGS-48217#Fix typo for worker-cnf machine config pool in Performance Profile Creator docs --- .../cnf-running-the-performance-creator-profile-offline.adoc | 2 +- modules/cnf-running-the-performance-creator-profile.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.