summaryrefslogtreecommitdiff
path: root/qpid/cpp/etc
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2012-03-27 16:26:50 +0000
committerAlan Conway <aconway@apache.org>2012-03-27 16:26:50 +0000
commit8bd5ef1a13cf23b893bb5c96c9fd25124bdfcbe5 (patch)
tree6e85d5667a8aa523630b268d386a4b92ace45fbb /qpid/cpp/etc
parent012f33fd105fb0838898bb66a25823aaf07a9704 (diff)
downloadqpid-python-8bd5ef1a13cf23b893bb5c96c9fd25124bdfcbe5.tar.gz
QPID-3603: Minor updates to doc and example cluster configuration.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1305890 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/etc')
-rw-r--r--qpid/cpp/etc/cluster.conf-example.xml17
1 files changed, 6 insertions, 11 deletions
diff --git a/qpid/cpp/etc/cluster.conf-example.xml b/qpid/cpp/etc/cluster.conf-example.xml
index d1a0fad01d..cdaef5b5a1 100644
--- a/qpid/cpp/etc/cluster.conf-example.xml
+++ b/qpid/cpp/etc/cluster.conf-example.xml
@@ -4,21 +4,16 @@ This is an example of a cluster.conf file to run qpidd HA under rgmanager.
This example assumes a 3 node cluster, with nodes named node1, node2 and node3.
-->
-<cluster name="qpid-test" config_version="4">
+<cluster name="qpid-test" config_version="18">
<!-- The cluster has 3 nodes. Each has a unique nodid and one vote for quorum. -->
<clusternodes>
- <clusternode name="node1" nodeid="1">
- <fence/>
- </clusternode>
- <clusternode name="node2" nodeid="2">
- <fence/>
- </clusternode>
- <clusternode name="node3" nodeid="3">
- <fence/>
- </clusternode>
+ <clusternode name="node1" nodeid="1"/>
+ <clusternode name="node2" nodeid="2"/>
+ <clusternode name="node3" nodeid="3"/>
</clusternodes>
<!-- Resouce Manager configuration. -->
- <rm log_level="7"> <!-- Optional logging -->
+ <rm log_level="7" <!-- Verbose logging -->
+ central_processing="1"> <!-- TODO explain-->
<!--
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.