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
commit95171b5fce36c1f74a502fafd26912cc8de98498 (patch)
tree411202ec333344d5cf96a25b24136a7aab5c4aa2
parent878494d437d87aa5e06764f4f6be480a77e7f3f9 (diff)
downloadrabbitmq-server-git-95171b5fce36c1f74a502fafd26912cc8de98498.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 467149a4c4..30409221b8 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}},