From: Thomas Markwalder Date: Thu, 11 Nov 2021 20:05:28 +0000 (-0500) Subject: [#2139] Fixed broken table spacing in ARM X-Git-Tag: Kea-2.1.1~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cded362aa3c2efde8176c22cf1876154b8991b7;p=thirdparty%2Fkea.git [#2139] Fixed broken table spacing in ARM modified: sphinx/arm/hooks-ha.rst --- diff --git a/doc/sphinx/arm/hooks-ha.rst b/doc/sphinx/arm/hooks-ha.rst index 568f272a49..a140f01e8e 100644 --- a/doc/sphinx/arm/hooks-ha.rst +++ b/doc/sphinx/arm/hooks-ha.rst @@ -426,19 +426,19 @@ An in-depth explanation of the scopes can be found below. +========================+=================+=================+=================+ | backup | backup server | disabled | none | +------------------------+-----------------+-----------------+-----------------+ - | communication-recovery | primary or | enabled | "HA_server1" | + | communication-recovery | primary or | enabled | "HA_server1" | | | secondary | | or | - | | (load-balancing | | "HA_server2" | + | | (load-balancing | | "HA_server2" | | | mode only) | | | +------------------------+-----------------+-----------------+-----------------+ - | hot-standby | primary or | enabled | "HA_server1" | + | hot-standby | primary or | enabled | "HA_server1" | | | standby | | if primary, | | | (hot-standby | | none otherwise | | | mode) | | | +------------------------+-----------------+-----------------+-----------------+ - | load-balancing | primary or | enabled | "HA_server1" | + | load-balancing | primary or | enabled | "HA_server1" | | | secondary | | or | - | | (load-balancing | | "HA_server2" | + | | (load-balancing | | "HA_server2" | | | mode) | | | +------------------------+-----------------+-----------------+-----------------+ | in-maintenance | active server | disabled | none |