Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/custom-tuning-specification.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ ifdef::rosa-hcp-tuning[]
]
}
----
<1> Profile ordering priority. Lower numbers mean higher priority (`0` is the highest priority).
<2> A TuneD profile to apply on a match. For example `tuned_profile_1`.
<1> A TuneD profile to apply on a match. For example `tuned_profile_1`.
<2> Profile ordering priority. Lower numbers mean higher priority (`0` is the highest priority).
<3> Optional: A dictionary of key-value pairs `MachineConfig` labels. The keys must be unique.
<4> If omitted, profile match is assumed unless a profile with a higher priority matches first or `machineConfigLabels` is set.
<5> The label for the profile matched items.
Expand Down