[Ocfs2-tools-commits] manish commits r783 - in trunk: . documentation/samples

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Apr 4 20:21:29 CDT 2005


Author: manish
Date: 2005-04-04 20:21:27 -0500 (Mon, 04 Apr 2005)
New Revision: 783

Modified:
   trunk/README.O2CB
   trunk/documentation/samples/cluster.conf
Log:
Use ocfs2 as cluster name in documentation


Modified: trunk/README.O2CB
===================================================================
--- trunk/README.O2CB	2005-04-04 05:09:21 UTC (rev 782)
+++ trunk/README.O2CB	2005-04-05 01:21:27 UTC (rev 783)
@@ -15,7 +15,7 @@
 The stanza for the generic cluster attributes looks like so:
 
 cluster:
-	name = mycluster
+	name = ocfs2
 	node_count = 2
 
 Both attributes are required.  The cluster name must start with a letter
@@ -26,7 +26,7 @@
 
 node:
 	name = ca-test17
-	cluster = mycluster
+	cluster = ocfs2
 	number = 0
 	ip_address = 139.185.118.117
 	ip_port = 7777
@@ -86,7 +86,7 @@
     will abort.
 
     Load O2CB driver on boot (y/n) [n]: y
-    Cluster to start on boot (Enter "none" to clear) []: mycluster
+    Cluster to start on boot (Enter "none" to clear) []: ocfs2
     Writing O2CB configuration: OK
 
 You can now start the cluster by hand as well, with:
@@ -103,7 +103,7 @@
 
 To start a cluster (step 3):
 
-    # /etc/init.d/o2cb online mycluster
+    # /etc/init.d/o2cb online ocfs2
 
 To stop a cluster and unload the modules, you simply use:
 

Modified: trunk/documentation/samples/cluster.conf
===================================================================
--- trunk/documentation/samples/cluster.conf	2005-04-04 05:09:21 UTC (rev 782)
+++ trunk/documentation/samples/cluster.conf	2005-04-05 01:21:27 UTC (rev 783)
@@ -3,16 +3,16 @@
 	ip_address = 139.185.118.112
 	number = 0
 	name = ca-test12
-	cluster = ocfs2cluster
+	cluster = ocfs2
 
 node:
 	ip_port = 7777
 	ip_address = 139.185.118.116
 	number = 1
 	name = ca-test16
-	cluster = ocfs2cluster
+	cluster = ocfs2
 
 cluster:
 	node_count = 2
-	name = ocfs2cluster
+	name = ocfs2
 



More information about the Ocfs2-tools-commits mailing list