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:
parent
8d478f7958
commit
9f217a4aff
4 changed files with 16 additions and 19 deletions
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue