1
0
Fork 0

docs: Restructure sections

- remove duplicate sections
- move profile syntax description to the second module
- move mention of profile merging after list of profiles
This commit is contained in:
Pavol Žáčik 2025-04-17 15:08:43 +02:00
parent 8d478f7958
commit 9f217a4aff
No known key found for this signature in database
GPG key ID: B3029C97EB97E3E4
4 changed files with 16 additions and 19 deletions

View file

@ -19,17 +19,11 @@ ifdef::pantheonenv[]
endif::[]
include::modules/performance/con_tuned-profiles.adoc[leveloffset=+1]
include::modules/performance/con_the-default-tuned-profile.adoc[leveloffset=+1]
include::modules/performance/con_merged-tuned-profiles.adoc[leveloffset=+1]
include::modules/performance/con_the-location-of-tuned-profiles.adoc[leveloffset=+1]
include::modules/performance/con_inheritance-between-tuned-profiles.adoc[leveloffset=+1]
include::modules/performance/con_syntax-of-profile-configuration.adoc[leveloffset=+1]
include::modules/performance/con_static-and-dynamic-tuning-in-tuned.adoc[leveloffset=+1]
include::modules/performance/con_inheritance-between-tuned-profiles.adoc[leveloffset=+1]
include::modules/performance/con_tuned-plug-ins.adoc[leveloffset=+1]

View file

@ -21,14 +21,12 @@ include::modules/performance/con_tuned-profiles.adoc[leveloffset=+1]
include::modules/performance/con_the-default-tuned-profile.adoc[leveloffset=+1]
include::modules/performance/con_merged-tuned-profiles.adoc[leveloffset=+1]
include::modules/performance/con_the-location-of-tuned-profiles.adoc[leveloffset=+1]
include::modules/performance/ref_tuned-profiles-distributed-with-rhel.adoc[leveloffset=+1]
include::modules/performance/ref_real-time-tuned-profiles-distributed-with-rhel.adoc[leveloffset=+1]
include::modules/performance/con_merged-tuned-profiles.adoc[leveloffset=+1]
include::modules/performance/con_static-and-dynamic-tuning-in-tuned.adoc[leveloffset=+1]
include::modules/performance/con_tuned-no-daemon-mode.adoc[leveloffset=+1]

View file

@ -0,0 +1,12 @@
:_module-type: CONCEPT
[id="syntax-of-profile-configuration_{context}"]
= Syntax of profile configuration
[role="_abstract"]
The `tuned.conf` file uses INI syntax. It can contain one `[main]` section and other sections for configuring plug-in instances. However, all sections are optional.
Lines starting with the hash sign (`#`) are comments.
[role="_additional-resources"]
.Additional resources
* `tuned.conf(5)` man page.

View file

@ -17,13 +17,6 @@ The performance-boosting profiles include profiles that focus on the following a
* Virtual machine performance
* Virtualization host performance
[discrete]
== Syntax of profile configuration
The `tuned.conf` file can contain one `[main]` section and other sections for configuring plug-in instances. However, all sections are optional.
Lines starting with the hash sign (`#`) are comments.
[role="_additional-resources"]
.Additional resources
* `tuned.conf(5)` man page.