Skip to content

Commit 8693fb8

Browse files
committed
Update box.cfg()
1 parent 0b66ead commit 8693fb8

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

doc/reference/configuration/cfg_replication.rst

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
* :ref:`election_mode <cfg_replication-election_mode>`
1717
* :ref:`election_timeout <cfg_replication-election_timeout>`
1818
* :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+
1923

2024
.. _cfg_replication-replication:
2125

@@ -708,3 +712,54 @@
708712
| Default: 'soft'
709713
| Environment variable: TT_ELECTION_FENCING_MODE
710714
| 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

Comments
 (0)