From c8a057d6be1cb8a39f3d12cb8386747db2d9dd17 Mon Sep 17 00:00:00 2001 From: Simon MacMullen Date: Wed, 25 Jun 2014 15:24:44 +0100 Subject: Documentation. --- docs/rabbitmqctl.1.xml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 01b024a235..c2dc1f6256 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -406,11 +406,15 @@ online, except when using the --offline flag. - When using the --offline 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 --offline 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. For example: rabbitmqctl -n hare@mcnulty forget_cluster_node rabbit@stringer -- cgit v1.2.1