From 104e341ffe6d24038e5922fbf6b84a8924f10b71 Mon Sep 17 00:00:00 2001 From: andreyaksenov Date: Fri, 16 Aug 2024 11:08:35 +0300 Subject: [PATCH] Fix config feedback --- .../configuration/configuration_reference.rst | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/doc/reference/configuration/configuration_reference.rst b/doc/reference/configuration/configuration_reference.rst index f47124b1a..dbf509bf4 100644 --- a/doc/reference/configuration/configuration_reference.rst +++ b/doc/reference/configuration/configuration_reference.rst @@ -3,9 +3,6 @@ Configuration reference ======================= -.. TODO - https://github.com/tarantool/doc/issues/3664 - This topic describes all :ref:`configuration parameters ` provided by Tarantool. Most of the configuration options described in this reference can be applied to a specific instance, replica set, group, or to all instances globally. @@ -23,6 +20,10 @@ In the ``app`` section, you can load the application and provide an application ``app`` can be defined in any :ref:`scope `. +.. NOTE:: + + Note that an application specified using ``app`` is loaded after application roles specified using the :ref:`roles ` option. + - :ref:`app.cfg ` - :ref:`app.file ` - :ref:`app.module ` @@ -883,6 +884,10 @@ config.etcd.* This section describes options related to providing connection settings to a :ref:`centralized etcd-based storage `. If :ref:`replication.failover ` is set to ``supervised``, Tarantool also uses etcd to maintain the state of failover coordinators. +.. NOTE:: + + Note that a :ref:`centralized cluster configuration ` cannot contain the ``config.etcd`` section. + * :ref:`config.etcd.endpoints ` * :ref:`config.etcd.prefix ` * :ref:`config.etcd.username ` @@ -1070,6 +1075,10 @@ config.storage.* This section describes options related to providing connection settings to a :ref:`centralized Tarantool-based storage `. +.. NOTE:: + + Note that a :ref:`centralized cluster configuration ` cannot contain the ``config.storage`` section. + * :ref:`config.storage.endpoints ` * :ref:`config.storage.prefix ` * :ref:`config.storage.reconnect_after `