From 7b540708e3424a1fde6e960a1ff9721edec1d2ff Mon Sep 17 00:00:00 2001 From: Dominik Date: Tue, 3 Oct 2017 15:29:21 +0200 Subject: [PATCH 1/3] [skip ci] Add info on non-reloadable conf options --- .../Reloading-configuration-on-a-running-system.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/operation-and-maintenance/Reloading-configuration-on-a-running-system.md b/doc/operation-and-maintenance/Reloading-configuration-on-a-running-system.md index b32cde6d87..ba813659b6 100644 --- a/doc/operation-and-maintenance/Reloading-configuration-on-a-running-system.md +++ b/doc/operation-and-maintenance/Reloading-configuration-on-a-running-system.md @@ -14,3 +14,11 @@ It's available as a safety mechanism for the rare case of a cluster-global reloa on all nodes of the cluster. The prerequisite is that the modified config file must be available on all nodes at the same location (the location where MongooseIM expects its config file). + +### Non-reloadable options +The following options' changes will be silently ignored: +* domain_certfile +* s2s +* all_metrics_are_global +* odbc +* ldap (tough can be changed, it can't be disabled/enabled) From 08432b24a7a7f80564b107c9f34b74fa859bd324 Mon Sep 17 00:00:00 2001 From: Dominik Date: Tue, 3 Oct 2017 16:54:35 +0200 Subject: [PATCH 2/3] [skip ci] Change for groups --- .../Reloading-configuration-on-a-running-system.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/operation-and-maintenance/Reloading-configuration-on-a-running-system.md b/doc/operation-and-maintenance/Reloading-configuration-on-a-running-system.md index ba813659b6..944f3f840a 100644 --- a/doc/operation-and-maintenance/Reloading-configuration-on-a-running-system.md +++ b/doc/operation-and-maintenance/Reloading-configuration-on-a-running-system.md @@ -18,7 +18,7 @@ all nodes at the same location (the location where MongooseIM expects its config ### Non-reloadable options The following options' changes will be silently ignored: * domain_certfile -* s2s +* s2s_* * all_metrics_are_global -* odbc -* ldap (tough can be changed, it can't be disabled/enabled) +* odbc_* +* ldap_* (though can be changed, it can't be disabled/enabled) From 09e9a1d022f1c89f803605f4280b3f703bae1dc8 Mon Sep 17 00:00:00 2001 From: Dominik Date: Wed, 4 Oct 2017 12:44:04 +0200 Subject: [PATCH 3/3] [skip ci] Update the list and description --- .../Reloading-configuration-on-a-running-system.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/operation-and-maintenance/Reloading-configuration-on-a-running-system.md b/doc/operation-and-maintenance/Reloading-configuration-on-a-running-system.md index 944f3f840a..b236b33e69 100644 --- a/doc/operation-and-maintenance/Reloading-configuration-on-a-running-system.md +++ b/doc/operation-and-maintenance/Reloading-configuration-on-a-running-system.md @@ -16,9 +16,9 @@ The prerequisite is that the modified config file must be available on all nodes at the same location (the location where MongooseIM expects its config file). ### Non-reloadable options -The following options' changes will be silently ignored: +Some options require restarting the server in order to be reloaded. +The following options' changes will be ignored when using `mongooseimctl` tool: * domain_certfile * s2s_* * all_metrics_are_global * odbc_* -* ldap_* (though can be changed, it can't be disabled/enabled)