doc: add missing entry for "priority" in repmgr.conf.sample

Per report from Shaun Thomas.
This commit is contained in:
Ian Barwick
2017-10-19 13:14:52 +09:00
parent 19ea248226
commit febde097be

View File

@@ -210,6 +210,11 @@ ssh_options='-q -o ConnectTimeout=10' # Options to append to "ssh"
# 'manual': repmgrd will take no action and the node will require # 'manual': repmgrd will take no action and the node will require
# manual attention to reattach it to replication # manual attention to reattach it to replication
# (does not apply to BDR mode) # (does not apply to BDR mode)
#priority=100 # indicate a preferred priorty for promoting nodes;
# a value of zero prevents the node being promoted to primary
# (default: 100)
#promote_command= # command to execute when promoting a new primary; use something like: #promote_command= # command to execute when promoting a new primary; use something like:
# #
# repmgr standby promote -f /etc/repmgr.conf # repmgr standby promote -f /etc/repmgr.conf