File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
doc/reference/configuration Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 722
722
Specify the instance name.
723
723
This value must be unique in a replica set.
724
724
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
+
725
737
See also: :ref: `box_info_name `
726
738
727
739
|
739
751
Specify the name of a replica set to which this instance belongs.
740
752
This value must be the same for all instances of the replica set.
741
753
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
+
742
760
See also: :ref: `box_info_replicaset `
743
761
744
762
|
756
774
Specify the name of a cluster to which this instance belongs.
757
775
This value must be the same for all instances of the cluster.
758
776
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
+
759
783
See also: :ref: `box_info_cluster `
760
784
761
785
|
You can’t perform that action at this time.
0 commit comments