All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Friesse <jfriesse@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [PATCH] cman: make RRP mode passive the default
Date: Tue, 23 Aug 2011 09:32:53 +0200	[thread overview]
Message-ID: <4E5357A5.7050108@redhat.com> (raw)
In-Reply-To: <1314084448-3784-1-git-send-email-fdinitto@redhat.com>

Reviewed-by: Jan Friesse <jfriesse@redhat.com>

Fabio M. Di Nitto napsal(a):
> RRP in active mode is still too fresh and needs some more work in corosync.
> Put rrp_mode=passive as default and still allow users to tune it if they feel brave
> enough.
> 
> Resolves: rhbz#732635
> 
> Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
> ---
>  cman/daemon/cman-preconfig.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/cman/daemon/cman-preconfig.c b/cman/daemon/cman-preconfig.c
> index 99aa532..4b8419e 100644
> --- a/cman/daemon/cman-preconfig.c
> +++ b/cman/daemon/cman-preconfig.c
> @@ -984,7 +984,7 @@ static void add_cman_overrides(struct objdb_iface_ver0 *objdb)
>  		if (objdb_get_string(objdb, object_handle, "rrp_mode", &value)) {
>  			if (num_interfaces > 1) {
>  				objdb->object_key_create_typed(object_handle, "rrp_mode",
> -							       "active", strlen("active")+1, OBJDB_VALUETYPE_STRING);
> +							       "passive", strlen("passive")+1, OBJDB_VALUETYPE_STRING);
>  			}
>  			else {
>  				objdb->object_key_create_typed(object_handle, "rrp_mode",



      reply	other threads:[~2011-08-23  7:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-23  7:27 [Cluster-devel] [PATCH] cman: make RRP mode passive the default Fabio M. Di Nitto
2011-08-23  7:32 ` Jan Friesse [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E5357A5.7050108@redhat.com \
    --to=jfriesse@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.