[Ocfs2-tools-commits] mfasheh commits r555 - trunk/documentation/samples

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Jan 13 17:36:39 CST 2005


Author: mfasheh
Date: 2005-01-13 17:36:37 -0600 (Thu, 13 Jan 2005)
New Revision: 555

Modified:
   trunk/documentation/samples/cluster.conf
Log:
* update the example cluster.conf with something more modern.



Modified: trunk/documentation/samples/cluster.conf
===================================================================
--- trunk/documentation/samples/cluster.conf	2005-01-13 23:17:25 UTC (rev 554)
+++ trunk/documentation/samples/cluster.conf	2005-01-13 23:36:37 UTC (rev 555)
@@ -1,4 +1,18 @@
-cluster_name=foofers
-0,ca-test31,139.185.118.131,8765
-1,ca-test32,139.185.118.132,7654
-2,ca-test33,139.185.118.133,9977
+node:
+	ip_port = 7777
+	ip_address = 139.185.118.112
+	number = 0
+	name = ca-test12
+	cluster = ocfs2cluster
+
+node:
+	ip_port = 7777
+	ip_address = 139.185.118.116
+	number = 1
+	name = ca-test16
+	cluster = ocfs2cluster
+
+cluster:
+	node_count = 2
+	name = ocfs2cluster
+



More information about the Ocfs2-tools-commits mailing list