Aleksandr created IGNITE-22532:
----------------------------------
Summary: --metastorage-group should be optional
Key: IGNITE-22532
URL: https://issues.apache.org/jira/browse/IGNITE-22532
Project: Ignite
Issue Type: Improvement
Reporter: Aleksandr
{code:bash}
node1]> cluster init --cluster-name=TEST
--cluster-management-group=node1,node2,node3
Missing required options: '--metastorage-group=<node name>',
'--name=<clusterName>'
Usage: cluster init [-hv] --name=<clusterName> [--url=<clusterUrl>]
[--cluster-management-group=<node name>[,<node
name>...]]... --metastorage-group=<node name>[,<node
name>...] [--metastorage-group=<node name>[,<node
name>...]]... [--config=<config> | --config-file=<file>]
Initializes an Ignite cluster
--cluster-management-group=<node name>[,<node name>...]
Names of nodes (use comma-separated list of node
names '--cluster-management-group node1, node2'
to specify more than one node) those will host
the Cluster Management Group.If omitted, then
--meta-store-node values will also supply the
nodes for the Cluster Management Group.
--config=<config> Cluster configuration that will be applied during
the cluster initialization
--config-file=<file> Path to cluster configuration file
-h, --help Show help for the specified command
--metastorage-group=<node name>[,<node name>...]
Metastorage group nodes (use comma-separated list
of node names '--metastorage-group node1, node2'
to specify more than one node) that will host
the Meta Storage.If the --metastorage-group
parameter is omitted, the same nodes will also
host the Cluster Management Group.
--name=<clusterName> Human-readable name of the cluster
--url=<clusterUrl> URL of cluster endpoint. It can be any node URL.If
not set, then the default URL from the profile
settings will be used
-v, --verbose Show additional information: logs, REST calls.This
flag is useful for debugging
[node1]>
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)