summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2013-07-03 12:04:07 +0100
committerSimon MacMullen <simon@rabbitmq.com>2013-07-03 12:04:07 +0100
commit60ea4c8197f68a69e5b471ad528b6572e5d9b9d3 (patch)
tree6246586a7219db2a6056ed14face605f70290fe9
parentcf66dc1de13a35b485276090ac8eb62b2dc47849 (diff)
downloadrabbitmq-server-60ea4c8197f68a69e5b471ad528b6572e5d9b9d3.tar.gz
Warning.
-rw-r--r--docs/rabbitmqctl.1.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index 0f3c0faf..1d641144 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -405,6 +405,13 @@
must be offline, while the node we are removing from must be
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.
+ </para>
<para role="example-prefix">For example:</para>
<screen role="example">rabbitmqctl -n hare@mcnulty forget_cluster_node rabbit@stringer</screen>
<para role="example">