]> git.8kb.co.uk Git - slony-i/slony_failover/commitdiff
Ammend funny table formatting in README.md
authorglyn <glyn@8kb.co.uk>
Sun, 12 Oct 2014 20:22:02 +0000 (21:22 +0100)
committerglyn <glyn@8kb.co.uk>
Sun, 12 Oct 2014 20:22:02 +0000 (21:22 +0100)
README.md

index dbb06effa69c5562e6c37dbcf2304d074019d734..8e62acf9a9d735f870137813724b3faf1520d230 100644 (file)
--- a/README.md
+++ b/README.md
@@ -105,17 +105,9 @@ $ ./slony_failover.pl [options]
 | Autofailover|**autofailover_poll_interval**                | integer                       | *500*                           | How often to check for failure of nodes (milliseconds)
 | Autofailover|**autofailover_node_retry**                   | integer                       | *2*                             | When failure is detected, retry this many times before initiating failover
 | Autofailover|**autofailover_sleep_time**                   | integer                       | *1000*                          | Interval between retries (milliseconds)
-| Autofailover|**autofailover_perspective_sleep_time**       | integer                       | *20000*                         | Interval between lag reads for failed nodes from surviving nodes. If greater 
-                                                                                                                               | than zero any observation that nodes have failed is checked from surviving nodes
-                                                                                                                               | perspective by checking if lag times are extending.  This does not guarantee 100%
-                                                                                                                               | the nodes are down but if set to a large enough interval can back up our observation.
-| Autofailover|**autofailover_majority_only**                | boolean                       | *false*                         | Only fail over if the quantity of surviving nodes is greater than the quantity of
-                                                                                                                               | failed nodes.  Intended to be used to prevent a split-brain scenario in 
-                                                                                                                               | conjunction with some other logic to monitor and fence off the old origin if it
-                                                                                                                               | is in the minority.
-| Autofailover|**autofailover_is_quorum**                    | boolean                       | *false*                         | If this script is running on a separate host set to true to treat it as a quorum
-                                                                                                                               | server. Effectively increments sum of surviving nodes when calculating the 
-                                                                                                                               | majority above.
+| Autofailover|**autofailover_perspective_sleep_time**       | integer                       | *20000*                         | Interval between lag reads for failed nodes from surviving nodes. If greater than zero any observation that nodes have failed is checked from surviving nodes perspective by checking if lag times are extending.  This does not guarantee 100% the nodes are down but if set to a large enough interval can back up our observation.
+| Autofailover|**autofailover_majority_only**                | boolean                       | *false*                         | Only fail over if the quantity of surviving nodes is greater than the quantity of failed nodes.  Intended to be used to prevent a split-brain scenario in conjunction with some other logic to monitor and fence off the old origin if it is in the minority.
+| Autofailover|**autofailover_is_quorum**                    | boolean                       | *false*                         | If this script is running on a separate host set to true to treat it as a quorum server. Effectively increments sum of surviving nodes when calculating the majority above.
 
 Changes
 -------