You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/tooling/tcm/tcm_ui_overview.rst
+36-3Lines changed: 36 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -357,14 +357,47 @@ TCF
357
357
The **TCF** page provides an interface for clusters that run within `Tarantool Clusters Federation <https://www.tarantool.io/en/clustersfederation/>`__.
358
358
359
359
.. image:: _images/tcm_ui_tcf.png
360
-
:align:left
360
+
:align:center
361
361
:width:700
362
362
:alt:TCM TCF page
363
363
364
+
TCF page can be added via the |tcm| configuration file:
365
+
366
+
.. code-block:: yaml
367
+
368
+
# tcm.yaml
369
+
feature:
370
+
tcf:True
371
+
372
+
364
373
On this page, you can:
365
374
366
-
- view information about TCF clusters
367
-
- switch cluster states in a TCF installation
375
+
* view information about TCF clusters
376
+
* toggle the state of clusters
377
+
* promote or demote clusters
378
+
* change key cluster parameters. To open the settings, click **Actions** (the three dots next to the cluster status) and select **Settings**. Available parameters:
379
+
- ``dml_users``: list of DML users
380
+
- ``cluster1``, ``cluster2``: cluster settings
381
+
- ``replication_user``: replication username
382
+
- ``replication_password``: password associated with the replication user
383
+
- ``failover_timeout``: time period (in seconds) to wait before initiating failover to another cluster. Default value: ``20``
384
+
- ``initial_status``: initial service state
385
+
- ``max_suspect_counts``: maximum suspect counts for failover. Default value: ``3``
386
+
- ``health_check_delay``: delay (in seconds) between health checks. Default value: ``2``
387
+
- ``enable_system_check``: enables or disables system-level health checks. Default value: ``true``
388
+
- ``status_ttl``: time-to-live for service status. Default value: ``4``
0 commit comments