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
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;