summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2012-03-27 17:42:36 +0000
committerAlan Conway <aconway@apache.org>2012-03-27 17:42:36 +0000
commita75bca8b0bb238c6e05764e8ac09c8f5dbe6a288 (patch)
treebcc03ce86141006c571f52b2f5259ed2f238a32f
parent8bd5ef1a13cf23b893bb5c96c9fd25124bdfcbe5 (diff)
downloadqpid-python-a75bca8b0bb238c6e05764e8ac09c8f5dbe6a288.tar.gz
NO-JIRA: Fix typo in cluster.conf-example.xml
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1305928 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/etc/cluster.conf-example.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/qpid/cpp/etc/cluster.conf-example.xml b/qpid/cpp/etc/cluster.conf-example.xml
index cdaef5b5a1..81dc19845f 100644
--- a/qpid/cpp/etc/cluster.conf-example.xml
+++ b/qpid/cpp/etc/cluster.conf-example.xml
@@ -11,9 +11,10 @@ This example assumes a 3 node cluster, with nodes named node1, node2 and node3.
<clusternode name="node2" nodeid="2"/>
<clusternode name="node3" nodeid="3"/>
</clusternodes>
- <!-- Resouce Manager configuration. -->
- <rm log_level="7" <!-- Verbose logging -->
- central_processing="1"> <!-- TODO explain-->
+ <!-- Resouce Manager configuration.
+ TODO explain central_processing="1"
+ -->
+ <rm log_level="7" central_processing="1">
<!--
There is a failoverdomain for each node containing just that node.
This lets us stipulate that the qpidd service should always run on all nodes.