public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: STABLE3 - CMAN: Support for openaisserviceenablestable service loader
@ 2009-05-26  7:58 Jan Friesse
  0 siblings, 0 replies; only message in thread
From: Jan Friesse @ 2009-05-26  7:58 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=ee551c4cfdc5d56cf5a5eae9ec98222b82047069
Commit:        ee551c4cfdc5d56cf5a5eae9ec98222b82047069
Parent:        d58d6c204132550fe725e95b368b0f507785fae6
Author:        Jan Friesse <jfriesse@redhat.com>
AuthorDate:    Tue May 26 09:54:50 2009 +0200
Committer:     Jan Friesse <jfriesse@redhat.com>
CommitterDate: Tue May 26 09:55:57 2009 +0200

CMAN: Support for openaisserviceenablestable service loader

This reflect OpenAIS upstream change, where openaisserviceenable
is no longer exists. Openaisserviceenablestable load same
services, but without AMF, which is not stable.
---
 cman/cman_tool/join.c |    4 ++--
 cman/man/cman_tool.8  |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/cman/cman_tool/join.c b/cman/cman_tool/join.c
index 219965e..eaea597 100644
--- a/cman/cman_tool/join.c
+++ b/cman/cman_tool/join.c
@@ -172,12 +172,12 @@ int join(commandline_t *comline, char *main_envp[])
 	if (comline->noconfig_opt) {
 		envp[envptr++] = strdup("CMAN_NOCONFIG=true");
 		snprintf(scratch, sizeof(scratch), "COROSYNC_DEFAULT_CONFIG_IFACE=cmanpreconfig%s",
-			 comline->noopenais_opt?"":":openaisserviceenable");
+			 comline->noopenais_opt?"":":openaisserviceenablestable");
 		envp[envptr++] = strdup(scratch);
 	}
 	else {
 		snprintf(scratch, sizeof(scratch), "COROSYNC_DEFAULT_CONFIG_IFACE=%s:cmanpreconfig%s", comline->config_lcrso,
-			 comline->noopenais_opt?"":":openaisserviceenable");
+			 comline->noopenais_opt?"":":openaisserviceenablestable");
 		envp[envptr++] = strdup(scratch);
 	}
 
diff --git a/cman/man/cman_tool.8 b/cman/man/cman_tool.8
index 914e709..39d5f5a 100644
--- a/cman/man/cman_tool.8
+++ b/cman/man/cman_tool.8
@@ -289,7 +289,7 @@ then -C will be ignored.
 .TP
 .I -A
 Don't load openais services. Normally cman_tool join will load the configuration
-module 'openaisserviceenable' which will load the services installed by openais.
+module 'openaisserviceenablestable' which will load the services installed by openais.
 If you don't want to use these services or have not installed openais then
 this switch will disable them.
 .SH "NODES" OPTIONS


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-05-26  7:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-26  7:58 cluster: STABLE3 - CMAN: Support for openaisserviceenablestable service loader Jan Friesse

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 read-only IMAP folder(s) and NNTP newsgroup(s).