diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-07-06 14:29:37 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-07-06 14:29:37 +0100 |
| commit | eb9405616f86571f9f892b46e41d901444975b38 (patch) | |
| tree | 0fc7be2f2054db64ae8e5d421a9a9bd3c0c13cc7 /docs | |
| parent | 558545e182d3df9779afe13e1a44504ca08c0459 (diff) | |
| download | rabbitmq-server-git-eb9405616f86571f9f892b46e41d901444975b38.tar.gz | |
changed cluster -f to force_cluster
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 7b023bb0e0..06648838e9 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -271,13 +271,26 @@ <variablelist> <varlistentry> - <term><cmdsynopsis><command>cluster</command><arg choice="opt">-f</arg><arg choice="req" role="usage-option-list"><replaceable>clusternode</replaceable> ...</arg></cmdsynopsis></term> + <term><cmdsynopsis><command>force_cluster</command><arg choice="req" role="usage-option-list"><replaceable>clusternode</replaceable> ...</arg></cmdsynopsis></term> <listitem> <variablelist> <varlistentry> - <term>-f</term> - <listitem><para>Allow clustering with offline nodes.</para></listitem> + <term>clusternode</term> + <listitem><para>Subset of the nodes of the cluster to which this node should be connected.</para></listitem> </varlistentry> + </variablelist> + <para> + Instruct the node to become member of a cluster with the + specified nodes. This will succeed even if the specified nodes + are offline. For a more detailed description, see + <command>cluster</command>. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term><cmdsynopsis><command>cluster</command><arg choice="req" role="usage-option-list"><replaceable>clusternode</replaceable> ...</arg></cmdsynopsis></term> + <listitem> + <variablelist> <varlistentry> <term>clusternode</term> <listitem><para>Subset of the nodes of the cluster to which this node should be connected.</para></listitem> @@ -285,8 +298,8 @@ </variablelist> <para> Instruct the node to become member of a cluster with the - specified nodes. Unless -f is used, all of the nodes - must be online. + specified nodes. To cluster with currently offline nodes, + use <command>force_cluster</command>. </para> <para> Cluster nodes can be of two types: disk or ram. Disk nodes |
