diff --git a/doc/repmgrd-automatic-failover.xml b/doc/repmgrd-automatic-failover.xml index 20bc6858..b46f9902 100644 --- a/doc/repmgrd-automatic-failover.xml +++ b/doc/repmgrd-automatic-failover.xml @@ -192,8 +192,8 @@ connected. Beginning with &repmgr; 4.4 it is now possible for the affected standbys to build a consensus about whether the primary is still available to some standbys ("primary visibility consensus"). - This is done by polling each standby for the time it last saw the primary; - if any have seen the primary very recently, it's reasonable + This is done by polling each standby (and the witness, if present) for the time it last saw the + primary; if any have seen the primary very recently, it's reasonable to infer that the primary is still available and a failover should not be started. @@ -205,9 +205,10 @@ $ repmgr -f /etc/repmgr.conf service status ID | Name | Role | Status | Upstream | repmgrd | PID | Paused? | Upstream last seen ----+-------+---------+-----------+----------+---------+-------+---------+-------------------- - 1 | node1 | primary | * running | | running | 96563 | no | n/a - 2 | node2 | standby | running | node1 | running | 96572 | no | 1 second(s) ago - 3 | node3 | standby | running | node1 | running | 96584 | no | 0 second(s) ago + 1 | node1 | primary | * running | | running | 27259 | no | n/a + 2 | node2 | standby | running | node1 | running | 27272 | no | 1 second(s) ago + 3 | node3 | standby | running | node1 | running | 27282 | no | 0 second(s) ago + 4 | node4 | witness | * running | node1 | running | 27298 | no | 1 second(s) ago diff --git a/doc/repmgrd-configuration.xml b/doc/repmgrd-configuration.xml index cf45f494..1779d87d 100644 --- a/doc/repmgrd-configuration.xml +++ b/doc/repmgrd-configuration.xml @@ -394,8 +394,8 @@ - If true, only continue with failover if no standbys have seen - the primary node recently. + If true, only continue with failover if no standbys + (or the witness server, if present) have seen the primary node recently.