diff options
| author | Emile Joubert <emile@rabbitmq.com> | 2013-07-31 13:06:16 +0100 |
|---|---|---|
| committer | Emile Joubert <emile@rabbitmq.com> | 2013-07-31 13:06:16 +0100 |
| commit | 2dde2df7e97ceadabba80ac8b993b23b0db5e5d3 (patch) | |
| tree | 97db40e02fbc1aa2043d545da2dda08e046e7096 /docs | |
| parent | 2af61b7e9bb98204fcec6745082e0aaeb50342f6 (diff) | |
| parent | ba092e1e82fbb26e6f7da5153fdbbd66ae6b72e3 (diff) | |
| download | rabbitmq-server-git-2dde2df7e97ceadabba80ac8b993b23b0db5e5d3.tar.gz | |
Refresh branch from stable
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 0f3c0faf20..1d6411440a 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"> |
