[Ocfs2-tools-commits] jlbec commits r765 - in trunk: libo2cb/include vendor/common

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Mar 29 15:29:18 CST 2005


Author: jlbec
Date: 2005-03-29 15:29:16 -0600 (Tue, 29 Mar 2005)
New Revision: 765

Modified:
   trunk/libo2cb/include/o2cb_abi.h
   trunk/vendor/common/o2cb.init
Log:

o Rename usysfs to configfs in init script.



Modified: trunk/libo2cb/include/o2cb_abi.h
===================================================================
--- trunk/libo2cb/include/o2cb_abi.h	2005-03-29 08:15:50 UTC (rev 764)
+++ trunk/libo2cb/include/o2cb_abi.h	2005-03-29 21:29:16 UTC (rev 765)
@@ -3,7 +3,7 @@
  *
  * o2cb_abi.c
  *
- * Layout of usysfs paths for O2CB cluster configuration.
+ * Layout of configfs paths for O2CB cluster configuration.
  *
  * Copyright (C) 2005 Oracle.  All rights reserved.
  *

Modified: trunk/vendor/common/o2cb.init
===================================================================
--- trunk/vendor/common/o2cb.init	2005-03-29 08:15:50 UTC (rev 764)
+++ trunk/vendor/common/o2cb.init	2005-03-29 21:29:16 UTC (rev 765)
@@ -21,8 +21,8 @@
 [ -f /etc/sysconfig/o2cb ] && . /etc/sysconfig/o2cb
 
 # XXX some description of what this does
-LOAD_ACTIONS=("load_module usysfs"
-		"mount_fs usysfs /usys"
+LOAD_ACTIONS=("load_module configfs"
+		"mount_fs configfs /usys"
 		"load_module ocfs2_nodemanager"
 		"load_module ocfs2_dlmfs"
 		"mount_fs ocfs2_dlmfs /dlm")



More information about the Ocfs2-tools-commits mailing list