[Ocfs2-tools-commits] jlbec commits r802 - trunk/vendor/common

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Apr 13 15:28:32 CDT 2005


Author: jlbec
Date: 2005-04-13 15:28:30 -0500 (Wed, 13 Apr 2005)
New Revision: 802

Modified:
   trunk/vendor/common/o2cb.init
Log:

o Explicitly load dlm, so modprobe can't get confused.



Modified: trunk/vendor/common/o2cb.init
===================================================================
--- trunk/vendor/common/o2cb.init	2005-04-13 18:31:39 UTC (rev 801)
+++ trunk/vendor/common/o2cb.init	2005-04-13 20:28:30 UTC (rev 802)
@@ -24,6 +24,7 @@
 LOAD_ACTIONS=("load_module configfs"
 		"mount_fs configfs /config"
 		"load_module ocfs2_nodemanager"
+		"load_module ocfs2_dlm"
 		"load_module ocfs2_dlmfs"
 		"mount_fs ocfs2_dlmfs /dlm")
 



More information about the Ocfs2-tools-commits mailing list