|
16 | 16 | * :ref:`election_mode <cfg_replication-election_mode>`
|
17 | 17 | * :ref:`election_timeout <cfg_replication-election_timeout>`
|
18 | 18 | * :ref:`election_fencing_mode <cfg_replication-election_fencing_mode>`
|
| 19 | +* :ref:`instance_name <cfg_replication-instance_name>` |
| 20 | +* :ref:`replicaset_name <cfg_replication-replicaset_name>` |
| 21 | +* :ref:`cluster_name <cfg_replication-cluster_name>` |
| 22 | + |
19 | 23 |
|
20 | 24 | .. _cfg_replication-replication:
|
21 | 25 |
|
|
708 | 712 | | Default: 'soft'
|
709 | 713 | | Environment variable: TT_ELECTION_FENCING_MODE
|
710 | 714 | | Dynamic: yes
|
| 715 | +
|
| 716 | +.. _cfg_replication-instance_name: |
| 717 | + |
| 718 | +.. confval:: instance_name |
| 719 | + |
| 720 | + Since version :doc:`3.0.0 </release/3.0.0>`. |
| 721 | + |
| 722 | + Specify the instance name. |
| 723 | + This value must be unique in a replica set. |
| 724 | + |
| 725 | + See also: :ref:`box_info_name` |
| 726 | + |
| 727 | + | |
| 728 | + | Type: string |
| 729 | + | Default: null |
| 730 | + | Environment variable: TT_INSTANCE_NAME |
| 731 | + | Dynamic: no |
| 732 | +
|
| 733 | +.. _cfg_replication-replicaset_name: |
| 734 | + |
| 735 | +.. confval:: replicaset_name |
| 736 | + |
| 737 | + Since version :doc:`3.0.0 </release/3.0.0>`. |
| 738 | + |
| 739 | + Specify the name of a replica set to which this instance belongs. |
| 740 | + This value must be the same for all instances of the replica set. |
| 741 | + |
| 742 | + See also: :ref:`box_info_replicaset` |
| 743 | + |
| 744 | + | |
| 745 | + | Type: string |
| 746 | + | Default: null |
| 747 | + | Environment variable: TT_REPLICASET_NAME |
| 748 | + | Dynamic: no |
| 749 | +
|
| 750 | +.. _cfg_replication-cluster_name: |
| 751 | + |
| 752 | +.. confval:: cluster_name |
| 753 | + |
| 754 | + Since version :doc:`3.0.0 </release/3.0.0>`. |
| 755 | + |
| 756 | + Specify the name of a cluster to which this instance belongs. |
| 757 | + This value must be the same for all instances of the cluster. |
| 758 | + |
| 759 | + See also: :ref:`box_info_cluster` |
| 760 | + |
| 761 | + | |
| 762 | + | Type: string |
| 763 | + | Default: null |
| 764 | + | Environment variable: TT_CLUSTER_NAME |
| 765 | + | Dynamic: no |
0 commit comments