summaryrefslogtreecommitdiff
path: root/cpp/etc
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
commit0e09fcfca68b37ed2449e6f3897625a2f73b02b8 (patch)
treefc303802a2b1311ccfeb2ffd05cc953c667fce92 /cpp/etc
parentcc240f910ec5b7a4586a9f900561d74d89a57221 (diff)
downloadqpid-python-0e09fcfca68b37ed2449e6f3897625a2f73b02b8.tar.gz
NO-JIRA: Fix typo in cluster.conf-example.xml
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1305928 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/etc')
-rw-r--r--cpp/etc/cluster.conf-example.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/cpp/etc/cluster.conf-example.xml b/cpp/etc/cluster.conf-example.xml
index cdaef5b5a1..81dc19845f 100644
--- a/cpp/etc/cluster.conf-example.xml
+++ b/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.