diff options
| author | Emile Joubert <emile@rabbitmq.com> | 2013-07-05 13:24:06 +0100 |
|---|---|---|
| committer | Emile Joubert <emile@rabbitmq.com> | 2013-07-05 13:24:06 +0100 |
| commit | 2e0f78bc61ac6056ceb306dfd9bc68b63d9a8122 (patch) | |
| tree | 56010f768a6b2502ec300c4f3afeeef611ab256e /docs | |
| parent | 82d4f1b490756b7649910c821938bd88c5364170 (diff) | |
| parent | 055b2a496e32f959fc8ed06fa0f8f60f6dcfed3f (diff) | |
| download | rabbitmq-server-git-2e0f78bc61ac6056ceb306dfd9bc68b63d9a8122.tar.gz | |
Merged stable into default
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"> |
