You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2012/03/27 19:42:36 UTC

svn commit: r1305928 - /qpid/trunk/qpid/cpp/etc/cluster.conf-example.xml

Author: aconway
Date: Tue Mar 27 17:42:36 2012
New Revision: 1305928

URL: http://svn.apache.org/viewvc?rev=1305928&view=rev
Log:
NO-JIRA: Fix typo in cluster.conf-example.xml

Modified:
    qpid/trunk/qpid/cpp/etc/cluster.conf-example.xml

Modified: qpid/trunk/qpid/cpp/etc/cluster.conf-example.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/etc/cluster.conf-example.xml?rev=1305928&r1=1305927&r2=1305928&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/etc/cluster.conf-example.xml (original)
+++ qpid/trunk/qpid/cpp/etc/cluster.conf-example.xml Tue Mar 27 17:42:36 2012
@@ -11,9 +11,10 @@ This example assumes a 3 node cluster, w
     <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.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org