[Ocfs2-tools-commits] jlbec commits r1378 - branches/cman-based/o2cb_controld

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Aug 13 18:07:30 PDT 2007


Author: jlbec
Date: 2007-08-13 18:07:29 -0700 (Mon, 13 Aug 2007)
New Revision: 1378

Modified:
   branches/cman-based/o2cb_controld/main.c
Log:
Comment update regarding o2cb_controld startup

Modified: branches/cman-based/o2cb_controld/main.c
===================================================================
--- branches/cman-based/o2cb_controld/main.c	2007-08-14 00:43:11 UTC (rev 1377)
+++ branches/cman-based/o2cb_controld/main.c	2007-08-14 01:07:29 UTC (rev 1378)
@@ -249,9 +249,14 @@
 
 	initialize_o2cb();
 
-	/* if this daemon was killed and the cluster shut down, and
-	   then the cluster brought back up and this daemon restarted,
-	   there will be old configfs entries we need to clear out */
+	/*
+	 * If this daemon was killed and the cluster shut down, and
+	 * then the cluster brought back up and this daemon restarted,
+	 * there will be old configfs entries we need to clear out.
+	 * XXX: This can't work becasue we don't have cman to talk to.  We
+	 * need a cleanup that doesn't use cman_get_cluster().  Probably
+	 * needs to look at o2cb_list_clusters() and go from there.
+	 */
 	finalize_cluster();
 
 	return loop();




More information about the Ocfs2-tools-commits mailing list