From 52c58057588aad877b3f78e1d584a6084b919971 Mon Sep 17 00:00:00 2001 From: mletalie Date: Fri, 5 Jan 2024 09:42:29 -0500 Subject: [PATCH] reorder list items per ticket --- modules/custom-tuning-specification.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/custom-tuning-specification.adoc b/modules/custom-tuning-specification.adoc index f1b69948051e..1bbf1d365d83 100644 --- a/modules/custom-tuning-specification.adoc +++ b/modules/custom-tuning-specification.adoc @@ -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.