[Ocfs2-tools-commits] manish commits r761 - trunk/ocfs2console/ocfs2interface

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Mar 28 21:13:43 CST 2005


Author: manish
Date: 2005-03-28 21:13:41 -0600 (Mon, 28 Mar 2005)
New Revision: 761

Modified:
   trunk/ocfs2console/ocfs2interface/clconfig.py
Log:
Properly bring the cluster online


Modified: trunk/ocfs2console/ocfs2interface/clconfig.py
===================================================================
--- trunk/ocfs2console/ocfs2interface/clconfig.py	2005-03-29 00:33:38 UTC (rev 760)
+++ trunk/ocfs2console/ocfs2interface/clconfig.py	2005-03-29 03:13:41 UTC (rev 761)
@@ -511,7 +511,7 @@
 
     if not os.access(os.path.join(CONFIG_FS_PATH, CLUSTER_NAME), os.F_OK):
         online_args = ('online', CLUSTER_NAME),
-        o2cb_init = Process(online_args, 'Starting OCFS2 cluster...', parent)
+        o2cb_init = O2CBInit(online_args, 'Starting OCFS2 cluster...', parent)
         success, output, k = o2cb_init.reap()
 
         if not success:



More information about the Ocfs2-tools-commits mailing list