cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] cluster/rgmanager ChangeLog
@ 2006-10-06 21:23 lhh
  0 siblings, 0 replies; 14+ messages in thread
From: lhh @ 2006-10-06 21:23 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	lhh at sourceware.org	2006-10-06 21:23:40

Modified files:
	rgmanager      : ChangeLog 

Log message:
	Fixed 202492, not 202497...

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&r1=1.28&r2=1.29

--- cluster/rgmanager/ChangeLog	2006/10/06 21:22:27	1.28
+++ cluster/rgmanager/ChangeLog	2006/10/06 21:23:40	1.29
@@ -1,11 +1,11 @@
 2006-10-06 Lon Hohberger <lhh@redhat.com>
-	* src/daemons/main.c: Fix #202497: provide rgmanager's view of
+	* src/daemons/main.c: Fix #202492: provide rgmanager's view of
 	who is running rgmanager to clustat.
 	* src/daemons/groups.c: Fix tiny memory leak during configuration
 	changes
-	* include/resgroup.h: #202497: Flip unused RG_STATUS_INQUIRY to
+	* include/resgroup.h: #202492: Flip unused RG_STATUS_INQUIRY to
 	RG_STATUS_NODE.
-	* src/utils/clustat.c: #202497: Send RG_STATUS_NODE to clurgmgrd
+	* src/utils/clustat.c: #202492: Send RG_STATUS_NODE to clurgmgrd
 	in order to obtain rgmanager "group" status information
 
 2006-09-27 Lon Hohberger <lhh@redhat.com>



^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Cluster-devel] cluster/rgmanager ChangeLog
@ 2006-10-25 15:39 lhh
  0 siblings, 0 replies; 14+ messages in thread
From: lhh @ 2006-10-25 15:39 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	lhh at sourceware.org	2006-10-25 15:39:41

Modified files:
	rgmanager      : ChangeLog 

Log message:
	Update Changelog

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&r1=1.30&r2=1.31

--- cluster/rgmanager/ChangeLog	2006/10/23 22:47:00	1.30
+++ cluster/rgmanager/ChangeLog	2006/10/25 15:39:41	1.31
@@ -1,3 +1,6 @@
+2006-10-25 Lon Hohberger <lhh@redhat.com>
+	* src/resources/clusterfs.sh: Fix unmounting problem (#212074)
+
 2006-10-23 Lon Hohberger <lhh@redhat.com>
 	* src/resources/xenvm.sh: Gone; replaced with vm.sh.
 	* The C code parts: Fix deadlocks incurred while testing



^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Cluster-devel] cluster/rgmanager ChangeLog
@ 2007-04-19 20:21 lhh
  0 siblings, 0 replies; 14+ messages in thread
From: lhh @ 2007-04-19 20:21 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL5
Changes by:	lhh at sourceware.org	2007-04-19 21:21:34

Modified files:
	rgmanager      : ChangeLog 

Log message:
	Fix bug 234589

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.31.2.3&r2=1.31.2.4

--- cluster/rgmanager/ChangeLog	2007/04/19 19:53:40	1.31.2.3
+++ cluster/rgmanager/ChangeLog	2007/04/19 20:21:34	1.31.2.4
@@ -5,6 +5,8 @@
 	same node
 	* src/resources/clusterfs.sh: Fix logging in clusterfs.sh
 	Patch from Simone Gotti
+	* src/daemons/main.c: Fix qdiskd being treated as an online
+	cluster node
 
 2007-04-12 Lon Hohberger <lhh@redhat.com>
 	* src/daemons/main.c: Fix watchdog race condition causing



^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Cluster-devel] cluster/rgmanager ChangeLog
@ 2007-05-10 16:26 lhh
  0 siblings, 0 replies; 14+ messages in thread
From: lhh @ 2007-05-10 16:26 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL5
Changes by:	lhh at sourceware.org	2007-05-10 16:26:06

Modified files:
	rgmanager      : ChangeLog 

Log message:
	Merge Crosswalk fixes from head

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.31.2.6&r2=1.31.2.7

--- cluster/rgmanager/ChangeLog	2007/05/09 19:07:02	1.31.2.6
+++ cluster/rgmanager/ChangeLog	2007/05/10 16:26:06	1.31.2.7
@@ -1,3 +1,15 @@
+2007-05-10 Lon Hohberger <lhh@redhat.com>
+	* Merge patch from Crosswalk development team:
+		* Scott Cannata
+		* Henry Harris
+		* Leonard Maiorani
+	* Always check malloc() return codes
+	* Fix errant clu_unlock() calls in vft.c in cases where clu_lock()
+	failed
+	* Add ability to wrap pthread_mutex / pthread_rwlock calls for better
+	stability
+	* Fix improper pthread_mutex_destroy() semantics
+
 2007-05-09 Lon Hohberger <lhh@redhat.com>
 	* src/resources/SAPInstance, SAPDatabase: Add SAP resource agents
 	from Alexander Krauth



^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Cluster-devel] cluster/rgmanager ChangeLog
@ 2007-05-22 17:01 lhh
  0 siblings, 0 replies; 14+ messages in thread
From: lhh @ 2007-05-22 17:01 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	lhh at sourceware.org	2007-05-22 17:01:08

Modified files:
	rgmanager      : ChangeLog 

Log message:
	Update

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&r1=1.42&r2=1.43

--- cluster/rgmanager/ChangeLog	2007/05/09 19:08:15	1.42
+++ cluster/rgmanager/ChangeLog	2007/05/22 17:01:08	1.43
@@ -1,3 +1,6 @@
+2007-05-22 Lon Hohberger <lhh@redhat.com>
+	* src/resources/SAPInstance, SAPDatabase: Add primary attrs
+
 2007-05-09 Lon Hohberger <lhh@redhat.com>
 	* src/resources/Makefile: Install SAP agents
 



^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Cluster-devel] cluster/rgmanager ChangeLog
@ 2007-05-22 17:02 lhh
  0 siblings, 0 replies; 14+ messages in thread
From: lhh @ 2007-05-22 17:02 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL5
Changes by:	lhh at sourceware.org	2007-05-22 17:02:19

Modified files:
	rgmanager      : ChangeLog 

Log message:
	Update

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.31.2.7&r2=1.31.2.8

--- cluster/rgmanager/ChangeLog	2007/05/10 16:26:06	1.31.2.7
+++ cluster/rgmanager/ChangeLog	2007/05/22 17:02:15	1.31.2.8
@@ -1,3 +1,6 @@
+2007-05-22 Lon Hohberger <lhh@redhat.com>
+	* src/resources/SAPInstance, SAPDatabase: Add primary attrs
+
 2007-05-10 Lon Hohberger <lhh@redhat.com>
 	* Merge patch from Crosswalk development team:
 		* Scott Cannata



^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Cluster-devel] cluster/rgmanager ChangeLog
@ 2007-05-31 18:38 lhh
  0 siblings, 0 replies; 14+ messages in thread
From: lhh @ 2007-05-31 18:38 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL5
Changes by:	lhh at sourceware.org	2007-05-31 18:38:44

Modified files:
	rgmanager      : ChangeLog 

Log message:
	Updated

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.31.2.8&r2=1.31.2.9

--- cluster/rgmanager/ChangeLog	2007/05/22 17:02:15	1.31.2.8
+++ cluster/rgmanager/ChangeLog	2007/05/31 18:38:44	1.31.2.9
@@ -1,3 +1,7 @@
+2007-05-31 Lon Hohberger <lhh@redhat.com>
+	* src/daemons/resrules.c: Fix #234249 - ignore obvious backup files
+	in /usr/share/cluster when processing resource rules
+
 2007-05-22 Lon Hohberger <lhh@redhat.com>
 	* src/resources/SAPInstance, SAPDatabase: Add primary attrs
 



^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Cluster-devel] cluster/rgmanager ChangeLog
@ 2007-10-26 20:27 lhh
  0 siblings, 0 replies; 14+ messages in thread
From: lhh @ 2007-10-26 20:27 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	lhh at sourceware.org	2007-10-26 20:27:39

Modified files:
	rgmanager      : ChangeLog 

Log message:
	Fix bugzilla #354391 - apps using magmamsg don't connect from correct source IP on multi-homed hosts

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.5.2.33&r2=1.5.2.34

--- cluster/rgmanager/ChangeLog	2007/10/03 21:04:04	1.5.2.33
+++ cluster/rgmanager/ChangeLog	2007/10/26 20:27:39	1.5.2.34
@@ -1,3 +1,8 @@
+2007-10-26 Lon Hohberger <lhh@redhat.com>
+	* src/daemons/main.c, src/utils/clustat.c, clusvcadm.c: Call
+	msg_set_nodeid() to ensure we route from the right IP on a 
+	host with multiple IPs on our cluster subnet.
+
 2007-10-03 Lon hohberger <lhh@redhat.com>
 	* ChangeLog: Fix dates.
 	* include/reslist.h: Actually commit fix for #310981



^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Cluster-devel] cluster/rgmanager ChangeLog
@ 2007-11-26 21:37 lhh
  0 siblings, 0 replies; 14+ messages in thread
From: lhh @ 2007-11-26 21:37 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL5
Changes by:	lhh at sourceware.org	2007-11-26 21:37:17

Modified files:
	rgmanager      : ChangeLog 

Log message:
	Fix missing changelog entries

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.31.2.27&r2=1.31.2.28

--- cluster/rgmanager/ChangeLog	2007/09/25 21:09:23	1.31.2.27
+++ cluster/rgmanager/ChangeLog	2007/11/26 21:37:17	1.31.2.28
@@ -1,3 +1,24 @@
+2007-11-14 Lon Hohberger <lhh@redhat.com>
+	* src/utils/clulog.c: Make clulog honor rgmanager log levels
+	(#289501)
+	* src/clulib/vft.c: Fix #303981 - crash on rgmanager restart in some
+	cases
+	* man/clusvcadm.8: Remove references to clushutdown from man page;
+	resolves #324151
+	* src/resources/netfs.sh: Apply patch from Marco Ceci to fix #358161
+	* src/resources/vm.sh: Make default migration policy live instead
+	of pause for Xen virtual machines.  Also make it configurable instead
+	of static.  Resolves #345871
+
+2007-11-13 Lon Hohberger <lhh@redhat.com>
+	* src/resources/clusterfs.sh: Add support for self_fence operation
+	to clusterfs resource agent
+	* src/resources/service.sh: Add default values to service.sh
+
+2007-10-26 Lon Hohberger <lhh@redhat.com>
+	* src/daemons/main.c, src/utils/clustat.c, clusvcadm.c:
+	Fix #354391
+
 2007-09-25 Lon Hohberger <lhh@redhat.com>
 	* src/daemons/restree.c: Apply patch to fix side case re: 229650
 	Patch from Simone Gotti. Resolves: #229650



^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Cluster-devel] cluster/rgmanager ChangeLog
@ 2007-11-30 19:47 lhh
  0 siblings, 0 replies; 14+ messages in thread
From: lhh @ 2007-11-30 19:47 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL5
Changes by:	lhh at sourceware.org	2007-11-30 19:47:36

Modified files:
	rgmanager      : ChangeLog 

Log message:
	Update ChangeLog

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.31.2.30&r2=1.31.2.31

--- cluster/rgmanager/ChangeLog	2007/11/30 19:44:34	1.31.2.30
+++ cluster/rgmanager/ChangeLog	2007/11/30 19:47:36	1.31.2.31
@@ -3,6 +3,8 @@
 	race condition during another process mounting a GFS volume
 	* src/resources/vm.sh, service.sh: Add defaults for values.
 	Make vm.sh work with more service attrs (max restarts)
+	* src/utils/clustat.c: Make output of clustat terminal-width 
+	dependent
 
 2007-11-26 Lon Hohberger <lhh@redhat.com>
 	* include/reslist.h: Add restart counters to resource node structure



^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Cluster-devel] cluster/rgmanager ChangeLog
@ 2007-12-19 21:34 lhh
  0 siblings, 0 replies; 14+ messages in thread
From: lhh @ 2007-12-19 21:34 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL5
Changes by:	lhh at sourceware.org	2007-12-19 21:34:02

Modified files:
	rgmanager      : ChangeLog 

Log message:
	Allow soft dependencies when central_processing is enabled

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.31.2.34&r2=1.31.2.35

--- cluster/rgmanager/ChangeLog	2007/12/19 21:33:25	1.31.2.34
+++ cluster/rgmanager/ChangeLog	2007/12/19 21:34:02	1.31.2.35
@@ -6,6 +6,8 @@
 	* src/resources/clusterfs.sh: Use reference counts to ensure we
 	don't unmount a GFS file system if it's in use by multiple services
 	on the same node.  #254111
+	* src/resources/service.sh, default_event_script.sl: Add support for
+	"soft" dependencies if central_processing is enabled
 
 2007-12-18 Lon Hohberger <lhh@redhat.com>
 	* Merge RIND 0.8.1 + bugfixes from head branch to RHEL5



^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Cluster-devel] cluster/rgmanager ChangeLog
@ 2008-01-28 19:42 lhh
  0 siblings, 0 replies; 14+ messages in thread
From: lhh @ 2008-01-28 19:42 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	lhh at sourceware.org	2008-01-28 19:42:56

Modified files:
	rgmanager      : ChangeLog 

Log message:
	Fix #292861 - nfsclient doesn't unexport correctly

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.5.2.35&r2=1.5.2.36

--- cluster/rgmanager/ChangeLog	2008/01/28 19:27:19	1.5.2.35
+++ cluster/rgmanager/ChangeLog	2008/01/28 19:42:55	1.5.2.36
@@ -4,6 +4,7 @@
 	timeout errors
 	* src/daemons/main.c, src/utils/clulog.c: Incorrect ccs API 
 	return code processing results in unwanted log messages
+	* src/resources/nfsclient.sh: Fix #292861 - unexport doesn't work
 
 2007-10-26 Lon Hohberger <lhh@redhat.com>
 	* src/daemons/main.c, src/utils/clustat.c, clusvcadm.c: Call



^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Cluster-devel] cluster/rgmanager ChangeLog
@ 2008-02-01 15:17 lhh
  0 siblings, 0 replies; 14+ messages in thread
From: lhh @ 2008-02-01 15:17 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL5
Changes by:	lhh at sourceware.org	2008-02-01 15:17:51

Modified files:
	rgmanager      : ChangeLog 

Log message:
	Allow restart counters to work with central_processing; #400211 / #431130

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.31.2.36&r2=1.31.2.37

--- cluster/rgmanager/ChangeLog	2008/01/25 18:09:24	1.31.2.36
+++ cluster/rgmanager/ChangeLog	2008/02/01 15:17:51	1.31.2.37
@@ -1,3 +1,9 @@
+2008-02-01 Lon Hohberger <lhh@redhat.com>
+	* src/daemons/rg_state.c, slang_event.c, groups.c, restart_counter.c,
+	include/restart_counter.h, resgroup.h,
+	src/resources/default_event_script.sl: Allow restart counters to 
+	correctly work with central_processing. (#400211 / #431130)
+
 2008-01-25 Lon Hohberger <lhh@redhat.com>
 	* src/daemons/rg_thread.c: Fix case that broke 'clusvcadm -e <service>
 	-n <node>' case #430220



^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Cluster-devel] cluster/rgmanager ChangeLog
@ 2008-02-05 19:50 lhh
  0 siblings, 0 replies; 14+ messages in thread
From: lhh @ 2008-02-05 19:50 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL51
Changes by:	lhh at sourceware.org	2008-02-05 19:50:02

Modified files:
	rgmanager      : ChangeLog 

Log message:
	Update changelog

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.31.2.19.2.5&r2=1.31.2.19.2.6

--- cluster/rgmanager/ChangeLog	2007/09/25 21:06:15	1.31.2.19.2.5
+++ cluster/rgmanager/ChangeLog	2008/02/05 19:50:01	1.31.2.19.2.6
@@ -1,3 +1,10 @@
+2008-02-05 Lon Hohberger <lhh@redhat.com>
+	* src/daemons/rg_state.c: Fix #431520 - migrate-to-self allowed
+
+2008-01-25 Lon Hohberger <lhh@redhat.com>
+	* src/daemons/rg_thread.c: Fix #431521 / #430220 - rgmanager ignoring
+	-F and -m options
+
 2007-09-25 Lon Hohberger <lhh@redhat.com>
 	* src/daemons/restree.c: Apply patch to fix side case re: 229650
 	Patch from Simone Gotti. Resolves: #229650



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2008-02-05 19:50 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-10 16:26 [Cluster-devel] cluster/rgmanager ChangeLog lhh
  -- strict thread matches above, loose matches on Subject: below --
2008-02-05 19:50 lhh
2008-02-01 15:17 lhh
2008-01-28 19:42 lhh
2007-12-19 21:34 lhh
2007-11-30 19:47 lhh
2007-11-26 21:37 lhh
2007-10-26 20:27 lhh
2007-05-31 18:38 lhh
2007-05-22 17:02 lhh
2007-05-22 17:01 lhh
2007-04-19 20:21 lhh
2006-10-25 15:39 lhh
2006-10-06 21:23 lhh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).