[Ocfs2-tools-commits] jlbec commits r684 - in trunk: . libo2cb

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Mar 18 15:41:28 CST 2005


Author: jlbec
Signed-off-by: manish
Date: 2005-03-18 15:41:26 -0600 (Fri, 18 Mar 2005)
New Revision: 684

Removed:
   trunk/libo2cb/README
Modified:
   trunk/Makefile
   trunk/README.O2CB
Log:

o Fix makefiles for the o2cb_ctl rename.

Signed-off-by: manish
 


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2005-03-18 21:39:58 UTC (rev 683)
+++ trunk/Makefile	2005-03-18 21:41:26 UTC (rev 684)
@@ -24,7 +24,7 @@
 $(error could not detect architecture for tools)
 endif
 
-SUBDIRS = libo2dlm libocfs2 libo2cb fsck.ocfs2 mkfs.ocfs2 mounted.ocfs2 tunefs.ocfs2 debugfs.ocfs2 clusterbo mount.ocfs2 listuuid sizetest extras patches
+SUBDIRS = libo2dlm libocfs2 libo2cb fsck.ocfs2 mkfs.ocfs2 mounted.ocfs2 tunefs.ocfs2 debugfs.ocfs2 o2cb_ctl mount.ocfs2 listuuid sizetest extras patches
 
 ifdef BUILD_OCFS2CDSL
 SUBDIRS += ocfs2cdsl

Modified: trunk/README.O2CB
===================================================================
--- trunk/README.O2CB	2005-03-18 21:39:58 UTC (rev 683)
+++ trunk/README.O2CB	2005-03-18 21:41:26 UTC (rev 684)
@@ -53,7 +53,7 @@
 during the boot of a machine.  If you are running from the source
 tree, the script is located at vendor/common/o2cb.init.  Also, the
 o2cb_ctl program needs to be in your path.  It lives at
-clusterbo/o2cb_ctl in the source tree.
+o2cb_ctl/o2cb_ctl in the source tree.
 
 To enable steps 1 and 2 on boot:
 

Deleted: trunk/libo2cb/README
===================================================================
--- trunk/libo2cb/README	2005-03-18 21:39:58 UTC (rev 683)
+++ trunk/libo2cb/README	2005-03-18 21:41:26 UTC (rev 684)
@@ -1,16 +0,0 @@
-Here's how to get the basics working:
-  * plunk down otcp.o, onm.o, ohb.o and odlm.o somewhere in your
-      module path and run depmod (or better yet, symlink each to
-      your build tree and run depmod -ar)
-  * make an /etc/cluster.conf.  example:
-	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
-    the node format is <nodenum>,<nodename>,<ip>,<port>
-  * run clusterbo as root
-  * run "mount -t ocfs2 /dev/device /mount/point"
-    -o options: hbdev=different-device -or-
-                hbuuid=different-uuid
-                to heartbeat on a different device than
-                the one you are mounting



More information about the Ocfs2-tools-commits mailing list