cluster: RHEL6 - resource-agents: Support convalesce w/ central_processing

Lon Hohberger lon at fedoraproject.org
Thu Feb 3 16:23:22 UTC 2011


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=27822b33fa334cefe8ba1783eb74c046de849865
Commit:        27822b33fa334cefe8ba1783eb74c046de849865
Parent:        216c64116be3b5edad1ea7fcdcde298c67074b44
Author:        Lon Hohberger <lhh at redhat.com>
AuthorDate:    Thu Sep 9 10:58:17 2010 -0400
Committer:     Lon Hohberger <lhh at redhat.com>
CommitterDate: Thu Feb 3 11:23:02 2011 -0500

resource-agents: Support convalesce w/ central_processing

This is just a split of commit
3b03b46fe7d3c7d747db9a2b7721cc56aef458f2
in to two parts for the respective packages.

Resolves: rhbz#674710

Signed-off-by: Lon Hohberger <lhh at redhat.com>
---
 rgmanager/src/resources/default_event_script.sl |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/rgmanager/src/resources/default_event_script.sl b/rgmanager/src/resources/default_event_script.sl
index fad22ac..4eae767 100644
--- a/rgmanager/src/resources/default_event_script.sl
+++ b/rgmanager/src/resources/default_event_script.sl
@@ -597,6 +597,10 @@ define default_user_event_handler()
 
 		ret = service_migrate(service_name, user_target);
 
+	} else if (user_request == USER_CONVALESCE) {
+
+		ret = service_convalesce(service_name);
+
 	}
 
 	return ret;


More information about the cluster-commits mailing list