8888 advertise_uri: '172.19.0.2:3302'
8989 http_port: 8082
9090 restarted: true # force instance restart
91+ # restarted: false # disable instance restart
9192
9293 storage-1:
9394 config:
@@ -172,7 +173,9 @@ Configuration format is described in detail in the
172173 indicates if the Tarantool repository should be enabled (for packages with
173174 open-source Tarantool dependency);
174175* `config` (`dict`, required): [instance configuration](#instances);
175- * `restarted` (`boolean`, optional, default: `false`): indicates that instance must be forcedly restarted;
176+ * `restarted` (`boolean`, optional): flag indicates if instance should be
177+ restarted or not (if this flag isn't specified, instance will be restarted if
178+ it's needed to apply configuration changes);
176179* `expelled` (`boolean`, optional, default: `false`): boolean flag that indicates if instance must be expelled from topology;
177180* `stateboard` (`boolean`, optional, default: `false`): boolean flag that indicates
178181 that the instance is a [stateboard](#stateboard-instance);
@@ -181,7 +184,7 @@ Configuration format is described in detail in the
181184* `failover_priority` (`list-of-string`): failover priority;
182185* `roles` (`list-of-strings`, required if `replicaset_alias` specified): roles to be enabled on the replicaset;
183186* `all_rw` (`boolean`, optional): indicates that that all servers in the replicaset should be read-write;
184- * `weight` (`number`, optional): vshard replicaset weight (matters only if `vshard-storage` role is enabled.
187+ * `weight` (`number`, optional): vshard replicaset weight (matters only if `vshard-storage` role is enabled);
185188* [DEPRECATED] `cartridge_failover` (`boolean`, optional): boolean flag that
186189 indicates if eventual failover should be enabled or disabled;
187190
0 commit comments