[Ocfs2-tools-commits] mfasheh commits r654 - branches/usysfsify/vendor/common

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Mar 17 19:45:14 CST 2005


Author: mfasheh
Date: 2005-03-17 19:45:12 -0600 (Thu, 17 Mar 2005)
New Revision: 654

Modified:
   branches/usysfsify/vendor/common/o2cb.init
Log:
* fix up the init script



Modified: branches/usysfsify/vendor/common/o2cb.init
===================================================================
--- branches/usysfsify/vendor/common/o2cb.init	2005-03-17 23:42:55 UTC (rev 653)
+++ branches/usysfsify/vendor/common/o2cb.init	2005-03-18 01:45:12 UTC (rev 654)
@@ -24,8 +24,8 @@
 LOAD_ACTIONS=("load_module usysfs"
 		"mount_fs usysfs /usys"
 		"load_module ocfs2_nodemanager"
-		"load_module ocfs2_heartbeat"
-		"load_module ocfs2_tcp")
+		"load_module ocfs2_dlmfs"
+		"mount_fs ocfs2_dlmfs /dlm")
 
 #
 # if_fail()



More information about the Ocfs2-tools-commits mailing list