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

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Jan 4 17:24:07 CST 2005


Author: jlbec
Date: 2005-01-04 17:24:05 -0600 (Tue, 04 Jan 2005)
New Revision: 531

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

o Load modules upon 'online' command.  Seems silly not to.



Modified: trunk/vendor/common/o2cb.init
===================================================================
--- trunk/vendor/common/o2cb.init	2005-01-03 21:59:07 UTC (rev 530)
+++ trunk/vendor/common/o2cb.init	2005-01-04 23:24:05 UTC (rev 531)
@@ -520,14 +520,12 @@
         ;;
 
     online)
-        #
-        # FIXME: Cluster argument should perhaps be optional, with
-        # the default being all clusters configured.
-        #
+        load
         online "$2"
         ;;
 
     unload)
+        # offline
         unload
         ;;
 



More information about the Ocfs2-tools-commits mailing list