]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#999] Emphasize HA roles
authorMarcin Siodelski <marcin@isc.org>
Fri, 8 May 2020 09:18:24 +0000 (11:18 +0200)
committerMarcin Siodelski <marcin@isc.org>
Fri, 8 May 2020 17:29:09 +0000 (19:29 +0200)
Applied the reviewer's patch which emphasizes important terms such as
primary, secondary, active etc.

doc/sphinx/arm/hooks-ha.rst

index 0cd02df8f8c5a45190f647cda354c2980ab7017a..9a84d32ad826256c00c169f6736aeb492676af6b 100644 (file)
@@ -61,7 +61,7 @@ can be switched to handle the entire DHCP traffic if its partner becomes
 unavailable.
 
 In the load-balancing configuration, one of the servers must be
-designated as "primary" and the other as "secondary." Functionally,
+designated as ``"primary"`` and the other as ``"secondary."`` Functionally,
 there is no difference between the two during normal operation. This
 distinction is required when the two servers are started at (nearly) the
 same time and have to synchronize their lease databases. The primary
@@ -80,10 +80,10 @@ secondary server detects the failure of the primary, it starts
 responding to all DHCP queries.
 
 In the configurations described above, the primary and secondary/standby
-are referred to as "active" servers, because they receive lease
+are referred to as ``"active"`` servers, because they receive lease
 updates and can automatically react to the partner's failures by
 responding to the DHCP queries which would normally be handled by the
-partner. The HA hook library supports another server type/role: backup
+partner. The HA hook library supports another server type/role: ``"backup"``
 server. The use of a backup server is optional, and can be implemented in both
 load-balancing and hot-standby setup, in addition to the active servers.
 There is no limit on the number of backup servers in the HA setup;