[Cluster-devel] cluster/rgmanager/src daemons/reslist.c utils/ ...

lhh at sourceware.org lhh at sourceware.org
Fri Jan 26 21:06:01 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	STABLE
Changes by:	lhh at sourceware.org	2007-01-26 21:06:01

Modified files:
	rgmanager/src/daemons: reslist.c 
	rgmanager/src/utils: clustat.c 

Log message:
	Merge clustat fix from RHEL4 branch

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/reslist.c.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.6.2.4.6.4&r2=1.6.2.4.6.5
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/utils/clustat.c.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.5.2.3.6.10&r2=1.5.2.3.6.11

--- cluster/rgmanager/src/daemons/reslist.c	2007/01/26 20:47:16	1.6.2.4.6.4
+++ cluster/rgmanager/src/daemons/reslist.c	2007/01/26 21:06:01	1.6.2.4.6.5
@@ -771,7 +771,6 @@
 				      "Error storing %s resource\n",
 				      newres->r_rule->rr_type);
 #endif
-
 			       destroy_resource(newres);
 		       }
 
--- cluster/rgmanager/src/utils/clustat.c	2007/01/22 23:10:01	1.5.2.3.6.10
+++ cluster/rgmanager/src/utils/clustat.c	2007/01/26 21:06:01	1.5.2.3.6.11
@@ -234,9 +234,6 @@
 		}
 
 		if (!m) {
-			printf("%s not found\n", these->cml_members[x].cm_name);
-			/* WTF? It's not in our config */
-			printf("realloc %d\n", (int)cml_size((all->cml_count+1)));
 			all = realloc(all, cml_size((all->cml_count+1)));
 			if (!all) {
 				perror("realloc");




More information about the Cluster-devel mailing list