doc: update list of reloadable repmgrd configuration options

This commit is contained in:
Ian Barwick
2019-03-11 16:18:10 +09:00
parent db87ff46fd
commit b9cdcd55e7
2 changed files with 50 additions and 7 deletions

View File

@@ -1078,15 +1078,19 @@ parse_time_unit_parameter(const char *name, const char *value, char *dest, ItemL
* loop is started up; it therefore only needs to reload options required * loop is started up; it therefore only needs to reload options required
* by repmgrd, which are as follows: * by repmgrd, which are as follows:
* *
* changeable options: * changeable options (keep the list in "doc/repmgrd-configuration.sgml" in sync
* with these):
*
* - async_query_timeout * - async_query_timeout
* - bdr_local_monitoring_only * - bdr_local_monitoring_only
* - bdr_recovery_timeout * - bdr_recovery_timeout
* - connection_check_type
* - conninfo * - conninfo
* - degraded_monitoring_timeout * - degraded_monitoring_timeout
* - event_notification_command * - event_notification_command
* - event_notifications * - event_notifications
* - failover * - failover
* - failover_validation_command
* - follow_command * - follow_command
* - log_facility * - log_facility
* - log_file * - log_file
@@ -1094,17 +1098,19 @@ parse_time_unit_parameter(const char *name, const char *value, char *dest, ItemL
* - log_status_interval * - log_status_interval
* - monitor_interval_secs * - monitor_interval_secs
* - monitoring_history * - monitoring_history
* - primary_notification_timeout
* - primary_visibility_consensus
* - promote_command * - promote_command
* - promote_delay
* - reconnect_attempts * - reconnect_attempts
* - reconnect_interval * - reconnect_interval
* - repmgrd_standby_startup_timeout * - repmgrd_standby_startup_timeout
* - retry_promote_interval_secs * - retry_promote_interval_secs
* - standby_disconnect_on_failover
* - sibling_nodes_disconnect_timeout * - sibling_nodes_disconnect_timeout
* - connection_check_type * - standby_disconnect_on_failover
* - primary_visibility_consensus *
* - failover_validation_command *
* Not publicly documented:
* - promote_delay
* *
* non-changeable options (repmgrd references these from the "repmgr.nodes" * non-changeable options (repmgrd references these from the "repmgr.nodes"
* table, not the configuration file) * table, not the configuration file)

View File

@@ -190,7 +190,7 @@
</sect2> </sect2>
<sect2 id="repmgrd-automatic-failover-configuration-optionanl"> <sect2 id="repmgrd-automatic-failover-configuration-optional">
<title>Optional configuration for automatic failover</title> <title>Optional configuration for automatic failover</title>
<para> <para>
@@ -407,6 +407,13 @@ repmgrd_service_stop_command='sudo systemctl repmgr11 stop'
</simpara> </simpara>
</listitem> </listitem>
<listitem>
<simpara>
<varname>connection_check_type</varname>
</simpara>
</listitem>
<listitem> <listitem>
<simpara> <simpara>
<varname>conninfo</varname> <varname>conninfo</varname>
@@ -431,6 +438,12 @@ repmgrd_service_stop_command='sudo systemctl repmgr11 stop'
</simpara> </simpara>
</listitem> </listitem>
<listitem>
<simpara>
<varname>failover_validation_command</varname>
</simpara>
</listitem>
<listitem> <listitem>
<simpara> <simpara>
<varname>failover</varname> <varname>failover</varname>
@@ -485,6 +498,12 @@ repmgrd_service_stop_command='sudo systemctl repmgr11 stop'
</simpara> </simpara>
</listitem> </listitem>
<listitem>
<simpara>
<varname>primary_visibility_consensus</varname>
</simpara>
</listitem>
<listitem> <listitem>
<simpara> <simpara>
<varname>promote_command</varname> <varname>promote_command</varname>
@@ -503,12 +522,30 @@ repmgrd_service_stop_command='sudo systemctl repmgr11 stop'
</simpara> </simpara>
</listitem> </listitem>
<listitem>
<simpara>
<varname>retry_promote_interval_secs</varname>
</simpara>
</listitem>
<listitem> <listitem>
<simpara> <simpara>
<varname>repmgrd_standby_startup_timeout</varname> <varname>repmgrd_standby_startup_timeout</varname>
</simpara> </simpara>
</listitem> </listitem>
<listitem>
<simpara>
<varname>sibling_nodes_disconnect_timeout</varname>
</simpara>
</listitem>
<listitem>
<simpara>
<varname>standby_disconnect_on_failover</varname>
</simpara>
</listitem>
</itemizedlist> </itemizedlist>
<para> <para>