From 880a28f025f8e9f8a1fa27ed92b51d276b7c7a40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavol=20=C5=BD=C3=A1=C4=8Dik?= Date: Fri, 30 May 2025 14:13:47 +0200 Subject: [PATCH] docs: Remove links to RH docs --- ...etting-the-disk-scheduler-using-tuned.adoc | 41 +++---------------- 1 file changed, 6 insertions(+), 35 deletions(-) diff --git a/doc/manual/modules/performance/proc_setting-the-disk-scheduler-using-tuned.adoc b/doc/manual/modules/performance/proc_setting-the-disk-scheduler-using-tuned.adoc index f78919c..7977c42 100644 --- a/doc/manual/modules/performance/proc_setting-the-disk-scheduler-using-tuned.adoc +++ b/doc/manual/modules/performance/proc_setting-the-disk-scheduler-using-tuned.adoc @@ -12,41 +12,21 @@ In the following commands and configuration, replace: .Prerequisites -// Use an xref if we're inside the performance title or the upstream Tuned manual. Wrap performance title inside pantheonenv[] ifndef. Use pantheonenv[] ifdef to use correct xref syntax for PV2. ifndef::pantheonenv[] -ifdef::performance-title[] -:installing-tuned-link: pass:macros[xref:installing-and-enabling-tuned_getting-started-with-tuned[Installing and enabling Tuned]] -endif::[] +* The `tuned` service is installed and enabled. For details, see xref:installing-and-enabling-tuned_getting-started-with-tuned[Installing and enabling Tuned] endif::[] ifdef::pantheonenv[] -:installing-tuned-link: pass:macros[xref:modules/performance/proc_installing-and-enabling-tuned.adoc[Installing and enabling Tuned]] +* The `tuned` service is installed and enabled. For details, see xref:modules/performance/proc_installing-and-enabling-tuned.adoc[Installing and enabling Tuned] endif::[] -// Use a link elsewhere. -ifndef::performance-title[] -:installing-tuned-link: pass:macros[https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/monitoring_and_managing_system_status_and_performance/getting-started-with-tuned_monitoring-and-managing-system-status-and-performance#installing-and-enabling-tuned_getting-started-with-tuned] -endif::[] - -* The `tuned` service is installed and enabled. For details, see {installing-tuned-link}. - .Procedure -// Use an xref if we're inside the performance title or the upstream Tuned manual. Wrap performance title inside pantheonenv[] ifndef. Use pantheonenv[] ifdef to use correct xref syntax for PV2. ifndef::pantheonenv[] -ifdef::performance-title[] -:tuned-profiles-link: pass:macros[xref:tuned-profiles-distributed-with-rhel_getting-started-with-tuned[Tuned profiles distributed with RHEL]] -endif::[] +. Optional: Select an existing *TuneD* profile on which your profile will be based. For a list of available profiles, see xref:tuned-profiles-distributed-with-rhel_getting-started-with-tuned[Tuned profiles distributed with RHEL]. endif::[] ifdef::pantheonenv[] -:tuned-profiles-link: pass:macros[xref:modules/performance/ref_tuned-profiles-distributed-with-rhel.adoc[Tuned profiles distributed with RHEL]] +. Optional: Select an existing *TuneD* profile on which your profile will be based. For a list of available profiles, see xref:modules/performance/ref_tuned-profiles-distributed-with-rhel.adoc[Tuned profiles distributed with RHEL]. endif::[] - -// Use a link elsewhere. -ifndef::performance-title[] -:tuned-profiles-link: pass:macros[https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/monitoring_and_managing_system_status_and_performance/getting-started-with-tuned_monitoring-and-managing-system-status-and-performance#tuned-profiles-distributed-with-rhel_getting-started-with-tuned] -endif::[] - -. Optional: Select an existing *TuneD* profile on which your profile will be based. For a list of available profiles, see {tuned-profiles-link}. + To see which profile is currently active, use: + @@ -136,18 +116,9 @@ See TuneD log file ('/var/log/tuned/tuned.log') for details. [role="_additional-resources"] .Additional resources -// Use an xref if we're inside the performance title or the upstream Tuned manual. Wrap performance title inside pantheonenv[] ifndef. Use pantheonenv[] ifdef to use correct xref syntax for PV2. ifndef::pantheonenv[] -ifdef::performance-title[] -:customizing-tuned-link: pass:macros[xref:customizing-tuned-profiles_monitoring-and-managing-system-status-and-performance[Customizing Tuned profiles]] -endif::[] +* xref:customizing-tuned-profiles_tuned-documentation[Customizing Tuned profiles] endif::[] ifdef::pantheonenv[] -:customizing-tuned-link: pass:macros[xref:assemblies/assembly_customizing-tuned-profiles.adoc[Customizing Tuned Profiles]] +* xref:assemblies/assembly_customizing-tuned-profiles.adoc[Customizing Tuned Profiles] endif::[] -// Use a link elsewhere. -ifndef::performance-title[] -:customizing-tuned-link: pass:macros[https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/monitoring_and_managing_system_status_and_performance/customizing-tuned-profiles_monitoring-and-managing-system-status-and-performance] -endif::[] -//* For more information on creating a *TuneD* profile, see -* {customizing-tuned-link}.