Skip to content

Commit 3d701ee

Browse files
authored
Merge pull request #41687 from jmencak/4.11-nto-operand-config
Add docs for reapply_sysctl TuneD functionality
2 parents dc387fe + 482ba0c commit 3d701ee

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/custom-tuning-specification.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,20 @@ The individual items of the list:
6868
<match> <4>
6969
priority: <priority> <5>
7070
profile: <tuned_profile_name> <6>
71+
operand: <7>
72+
debug: <bool> <8>
73+
tunedConfig:
74+
reapply_sysctl: <bool> <9>
7175
----
7276
<1> Optional.
7377
<2> A dictionary of key/value `MachineConfig` labels. The keys must be unique.
7478
<3> If omitted, profile match is assumed unless a profile with a higher priority matches first or `machineConfigLabels` is set.
7579
<4> An optional list.
7680
<5> Profile ordering priority. Lower numbers mean higher priority (`0` is the highest priority).
7781
<6> A TuneD profile to apply on a match. For example `tuned_profile_1`.
82+
<7> Optional operand configuration.
83+
<8> Turn debugging on or off for the TuneD daemon. Options are `true` for on or `false` for off. The default is `false`.
84+
<9> Turn `reapply_sysctl` functionality on or off for the TuneD daemon. Options are `true` for on and `false` for off.
7885

7986
`<match>` is an optional list recursively defined as follows:
8087

0 commit comments

Comments
 (0)