summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Watson <tim@rabbitmq.com>2013-09-27 12:20:12 +0100
committerTim Watson <tim@rabbitmq.com>2013-09-27 12:20:12 +0100
commitfadc061046c5cfa75c654bd85200a42e85b4992d (patch)
tree411202ec333344d5cf96a25b24136a7aab5c4aa2
parente62861d4004db18068a4ff6ad662acb8c371e298 (diff)
downloadrabbitmq-server-fadc061046c5cfa75c654bd85200a42e85b4992d.tar.gz
Explain the cluster_nodes config in a bit more detail and point to the auto-config documentation
-rw-r--r--docs/rabbitmq.config.example6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index 467149a4..30409221 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -167,8 +167,10 @@
%%
%% {cluster_partition_handling, ignore},
- %% Make clustering happen *automatically* at startup.
- %% See http://www.rabbitmq.com/clustering.html for further details.
+ %% Make clustering happen *automatically* at startup - only applied
+ %% to nodes that have just been reset or started for the first time.
+ %% See http://www.rabbitmq.com/clustering.html#auto-config for
+ %% further details.
%%
%% {cluster_nodes, {['rabbit@my.host.com'], disc}},