Skip to content

Commit 61fdb4e

Browse files
Fix config feedback (#4456)
1 parent 7060950 commit 61fdb4e

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

doc/reference/configuration/configuration_reference.rst

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
Configuration reference
44
=======================
55

6-
.. TODO
7-
https://github.com/tarantool/doc/issues/3664
8-
96
This topic describes all :ref:`configuration parameters <configuration>` provided by Tarantool.
107

118
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
2320

2421
``app`` can be defined in any :ref:`scope <configuration_scopes>`.
2522

23+
.. NOTE::
24+
25+
Note that an application specified using ``app`` is loaded after application roles specified using the :ref:`roles <configuration_reference_roles>` option.
26+
2627
- :ref:`app.cfg <configuration_reference_app_cfg>`
2728
- :ref:`app.file <configuration_reference_app_file>`
2829
- :ref:`app.module <configuration_reference_app_module>`
@@ -883,6 +884,10 @@ config.etcd.*
883884
This section describes options related to providing connection settings to a :ref:`centralized etcd-based storage <configuration_etcd>`.
884885
If :ref:`replication.failover <configuration_reference_replication_failover>` is set to ``supervised``, Tarantool also uses etcd to maintain the state of failover coordinators.
885886

887+
.. NOTE::
888+
889+
Note that a :ref:`centralized cluster configuration <centralized_configuration_storage_publish_config>` cannot contain the ``config.etcd`` section.
890+
886891
* :ref:`config.etcd.endpoints <config_etcd_endpoints>`
887892
* :ref:`config.etcd.prefix <config_etcd_prefix>`
888893
* :ref:`config.etcd.username <config_etcd_username>`
@@ -1070,6 +1075,10 @@ config.storage.*
10701075

10711076
This section describes options related to providing connection settings to a :ref:`centralized Tarantool-based storage <configuration_etcd>`.
10721077

1078+
.. NOTE::
1079+
1080+
Note that a :ref:`centralized cluster configuration <centralized_configuration_storage_publish_config>` cannot contain the ``config.storage`` section.
1081+
10731082
* :ref:`config.storage.endpoints <config_storage_endpoints>`
10741083
* :ref:`config.storage.prefix <config_storage_prefix>`
10751084
* :ref:`config.storage.reconnect_after <config_storage_reconnect_after>`

0 commit comments

Comments
 (0)