diff options
| author | Alan Conway <aconway@apache.org> | 2012-03-27 16:26:50 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2012-03-27 16:26:50 +0000 |
| commit | cc240f910ec5b7a4586a9f900561d74d89a57221 (patch) | |
| tree | c6850d30438107d3d80cc5c52a5d571bae3947bd /cpp/etc | |
| parent | 884c2a5377c1ce1d05570122af5bdf257ae1381c (diff) | |
| download | qpid-python-cc240f910ec5b7a4586a9f900561d74d89a57221.tar.gz | |
QPID-3603: Minor updates to doc and example cluster configuration.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1305890 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/etc')
| -rw-r--r-- | cpp/etc/cluster.conf-example.xml | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/cpp/etc/cluster.conf-example.xml b/cpp/etc/cluster.conf-example.xml index d1a0fad01d..cdaef5b5a1 100644 --- a/cpp/etc/cluster.conf-example.xml +++ b/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. |
