doc: expand repmgrd configuration section

This commit is contained in:
Ian Barwick
2019-03-11 14:50:33 +09:00
parent 4ef706c2ca
commit 2a8f8d8400
2 changed files with 193 additions and 80 deletions

View File

@@ -325,10 +325,14 @@ ssh_options='-q -o ConnectTimeout=10' # Options to append to "ssh"
#standby_disconnect_on_failover=false # If "true", in a failover situation wait for all standbys to
# disconnect their WAL receivers before electing a new primary
#sibling_nodes_disconnect_timeout=30 # If "standby_disconnect_on_failover", maximum length of time (in seconds)
# to wait for other standbys to confirm they have disconnected their
# WAL receivers
#primary_visibility_consensus=false # If "true", only continue with failover if no standbys have seen
# the primary node recently
# to wait for other standbys to confirm they have disconnected their
# WAL receivers
#primary_visibility_consensus=false # If "true", only continue with failover if no standbys have seen
# the primary node recently
#failover_validation_command= # Script to execute for an external mechanism to validate the failover
# decision made by repmgrd. One or both of the following parameter placeholders
# should be provided, which will be replaced by repmgrd with the appropriate
# value: %n (node_id), %a (node_name)
#------------------------------------------------------------------------------
# service control commands