Skip to content

Commit c4ea4a8

Browse files
authored
Merge pull request #65512 from kquinn1204/OCPBUGS-19644
OCPBUGS-19644 Adding per-pod-power-management to output of help
2 parents b095770 + c6eaba5 commit c4ea4a8

3 files changed

+3
-1
lines changed

modules/cnf-performance-profile-creator-arguments.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Possible values:
7575
Default: `default`.
7676

7777
| `per-pod-power-management`
78-
a|Enable per-pod power management. You cannot use this argument if you configured `ultra-low-latency` as the power consumption mode.
78+
a|Enable per pod power management. You cannot use this argument if you configured `ultra-low-latency` as the power consumption mode.
7979

8080
Possible values: `true` or `false`.
8181

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ Flags:
146146
--mcp-name string MCP name corresponding to the target machines (required)
147147
--must-gather-dir-path string Must gather directory path (default "must-gather")
148148
--offlined-cpu-count int Number of offlined CPUs
149+
--per-pod-power-management Enable Per Pod Power Management
149150
--power-consumption-mode string The power consumption mode. [Valid values: default, low-latency, ultra-low-latency] (default "default")
150151
--profile-name string Name of the performance profile to be created (default "performance")
151152
--reserved-cpu-count int Number of reserved CPUs (required)

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Flags:
6868
--mcp-name string MCP name corresponding to the target machines (required)
6969
--must-gather-dir-path string Must gather directory path (default "must-gather")
7070
--offlined-cpu-count int Number of offlined CPUs
71+
--per-pod-power-management Enable Per Pod Power Management
7172
--power-consumption-mode string The power consumption mode. [Valid values: default, low-latency, ultra-low-latency] (default "default")
7273
--profile-name string Name of the performance profile to be created (default "performance")
7374
--reserved-cpu-count int Number of reserved CPUs (required)

0 commit comments

Comments
 (0)