summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-07-10 14:51:35 +0100
committerSimon MacMullen <simon@rabbitmq.com>2014-07-10 14:51:35 +0100
commit0238f84deba57fe7b00175a4ecdb8eff6eabb685 (patch)
tree52caa517e38f945d8b7c6e12cda10122c6201863 /docs
parent00817a9821b737f417d23df8f6d3d5679163240a (diff)
parent67ff462c80d97792c7236fc021695585699a93a1 (diff)
downloadrabbitmq-server-git-0238f84deba57fe7b00175a4ecdb8eff6eabb685.tar.gz
Merge bug26192
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmqctl.1.xml14
1 files changed, 9 insertions, 5 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index 43d1e55a1b..328926df18 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -406,11 +406,15 @@
online, except when using the <command>--offline</command> flag.
</para>
<para>
- When using the <command>--offline</command> flag the node you
- connect to will become the canonical source for cluster metadata
- (e.g. which queues exist), even if it was not before. Therefore
- you should use this command on the latest node to shut down if
- at all possible.
+ When using the <command>--offline</command> flag
+ rabbitmqctl will not attempt to connect to a node as
+ normal; instead it will temporarily become the node in
+ order to make the change. This is useful if the node
+ cannot be started normally. In this case the node will
+ become the canonical source for cluster metadata
+ (e.g. which queues exist), even if it was not
+ before. Therefore you should use this command on the
+ latest node to shut down if at all possible.
</para>
<para role="example-prefix">For example:</para>
<screen role="example">rabbitmqctl -n hare@mcnulty forget_cluster_node rabbit@stringer</screen>