autofailover_quick_setup.rst: 'it is needed' -> 'you need'

Drop the passive voice.
This commit is contained in:
W. Trevor King
2015-03-14 11:49:10 -07:00
parent bdb8ee1a6f
commit af7dee05a4

View File

@@ -153,7 +153,7 @@ Log in to each server and configure repmgr by editing the file
**node_name** **node_name**
is an identifier for every node. is an identifier for every node.
**conninfo** **conninfo**
is used to connect to the local PostgreSQL server (where the configuration file is) from any node. In the witness server configuration it is needed to add a 'port=5499' to the conninfo. is used to connect to the local PostgreSQL server (where the configuration file is) from any node. In the witness server configuration you need to add a 'port=5499' to the conninfo.
**master_response_timeout** **master_response_timeout**
is the maximum amount of time we are going to wait before deciding the master has died and start failover procedure. is the maximum amount of time we are going to wait before deciding the master has died and start failover procedure.
**reconnect_attempts** **reconnect_attempts**