Skip to content

Commit b952942

Browse files
committed
Update per review
1 parent 8693fb8 commit b952942

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

doc/reference/configuration/cfg_replication.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -722,6 +722,18 @@
722722
Specify the instance name.
723723
This value must be unique in a replica set.
724724

725+
The following rules are applied to instance names:
726+
727+
- The maximum number of symbols is 63.
728+
- Should start with a letter.
729+
- Can contain lowercase letters (a-z). If uppercase letters are used, they are converted to lowercase.
730+
- Can contains digits (0-9).
731+
- Can contain the following characters: ``-``, ``_``.
732+
733+
.. NOTE::
734+
735+
The instance name is persisted in the :ref:`box.space._cluster <box_space-cluster>` system space.
736+
725737
See also: :ref:`box_info_name`
726738

727739
|
@@ -739,6 +751,12 @@
739751
Specify the name of a replica set to which this instance belongs.
740752
This value must be the same for all instances of the replica set.
741753

754+
The rules applied to replica set names are the same as for :ref:`instance_name <cfg_replication-instance_name>`.
755+
756+
.. NOTE::
757+
758+
The replica set name is persisted in the :ref:`box.space._schema <box_space-schema>` system space.
759+
742760
See also: :ref:`box_info_replicaset`
743761

744762
|
@@ -756,6 +774,12 @@
756774
Specify the name of a cluster to which this instance belongs.
757775
This value must be the same for all instances of the cluster.
758776

777+
The rules applied to cluster names are the same as for :ref:`instance_name <cfg_replication-instance_name>`.
778+
779+
.. NOTE::
780+
781+
The cluster name is persisted in the :ref:`box.space._schema <box_space-schema>` system space.
782+
759783
See also: :ref:`box_info_cluster`
760784

761785
|

0 commit comments

Comments
 (0)