From cc698d1ae2f06e7ceb631144e5d00e206efd93c6 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Wed, 11 Mar 2015 14:06:01 +0100 Subject: [PATCH] Update documentation for DB IDO HA Run-Once fixes #8680 --- doc/12-distributed-monitoring-ha.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/12-distributed-monitoring-ha.md b/doc/12-distributed-monitoring-ha.md index 962e49b1c..c358ff3d1 100644 --- a/doc/12-distributed-monitoring-ha.md +++ b/doc/12-distributed-monitoring-ha.md @@ -718,21 +718,22 @@ Example DB IDO MySQL: # icinga2 feature enable ido-mysql The feature 'ido-mysql' is already enabled. -By default the DB IDO feature only runs on the elected zone master. All other passive -nodes disable the active IDO database connection at runtime. +By default the DB IDO feature only runs on one node. All other nodes in the same zone disable +the active IDO database connection at runtime. The node with the active DB IDO connection is +not necessarily the zone master. > **Note** > > The DB IDO HA feature can be disabled by setting the `enable_ha` attribute to `false` > for the [IdoMysqlConnection](6-object-types.md#objecttype-idomysqlconnection) or -> [IdoPgsqlConnection](6-object-types.md#objecttype-idopgsqlconnection) object on all nodes in the -> same zone. +> [IdoPgsqlConnection](6-object-types.md#objecttype-idopgsqlconnection) object on **all** nodes in the +> **same** zone. > -> All endpoints will enable the DB IDO feature then, connect to the configured +> All endpoints will enable the DB IDO feature and connect to the configured > database and dump configuration, status and historical data on their own. If the instance with the active DB IDO connection dies, the HA functionality will -re-enable the DB IDO connection on the newly elected zone master. +automatically elect a new DB IDO master. The DB IDO feature will try to determine which cluster endpoint is currently writing to the database and bail out if another endpoint is active. You can manually verify that -- 2.40.0