Skip to content

Commit 04a683b

Browse files
authored
Edited the phrase as per the suggestion by the translators (#782)
Signed-off-by: Ranjini M N <[email protected]>
1 parent a064e8d commit 04a683b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

asciidoc/product/atip-features.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ This behavior prevents any disruption caused by disk I/O to any time sensitive a
8787
* Tune the ticks (kernel's periodic timer interrupts):
8888
** `skew_tick=1`: ticks can sometimes happen simultaenously. Instead of all CPUs receiving their timer tick at the exact same moment, `skew_tick=1` makes them occur at slightly offset times. This helps reduce system jitter, resulting in more consistent and lower interrupt response times (an essential requirement for latency-sensitive applications).
8989
** `nohz=on`: stops the periodic timer tick on idle CPUs.
90-
** `nohz_full=<cpu-cores>`: Stops the period timer tick on specified CPUs that are dedicated for real-time applications.
90+
** `nohz_full=<cpu-cores>`: Stops the periodic timer tick on specified CPUs that are dedicated for real-time applications.
9191
9292
* Disable Machine Check Exception (MCE) handling by specifying `mce=off`. MCEs are hardware errors detected by the processor and disabling them can avoid noisy logs.
9393
@@ -1821,7 +1821,7 @@ Where `$IFNAME` is the name of the interface already set up in ptp4l that will b
18211821
[#ptp-capi]
18221822
==== Cluster API integration
18231823

1824-
Whenever a cluster is deployed through a management cluster and directed provisioning, both the configuration file and the two configuration variables in `/etc/sysconfig` can be deployed on the host at provisioning time. Below is an excerpt from a cluster definition, focusing on a modified `RKE2ControlPlane` object that deploys the same G.8275.1 configuration file on all hosts:
1824+
Whenever a cluster is deployed through a management cluster and directed network provisioning, both the configuration file and the two configuration variables in `/etc/sysconfig` can be deployed on the host at provisioning time. Below is an excerpt from a cluster definition, focusing on a modified `RKE2ControlPlane` object that deploys the same G.8275.1 configuration file on all hosts:
18251825

18261826
[,yaml]
18271827
----

0 commit comments

Comments
 (0)