cluster: RHEL6 - cman: use hash_cluster_id by default

Fabio M. Di Nitto fabbione at fedoraproject.org
Tue May 11 04:45:55 UTC 2010


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=bd99e6e4616fddeba7b53333308a57fb327709a8
Commit:        bd99e6e4616fddeba7b53333308a57fb327709a8
Parent:        0a06aaf5514112f90446d1dc97ada321de419473
Author:        Fabio M. Di Nitto <fdinitto at redhat.com>
AuthorDate:    Fri Mar 26 18:18:19 2010 +0100
Committer:     Fabio M. Di Nitto <fdinitto at redhat.com>
CommitterDate: Tue May 11 06:44:37 2010 +0200

cman: use hash_cluster_id by default

This change is not yet suitable for upstream as it breaks minor rolling upgrades.

Signed-off-by: Fabio M. Di Nitto <fdinitto at 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 ef5964f..2352670 100644
--- a/cman/daemon/cman-preconfig.c
+++ b/cman/daemon/cman-preconfig.c
@@ -50,7 +50,7 @@ static char *mcast_name;
 static char *cluster_name;
 static char error_reason[1024] = { '\0' };
 static hdb_handle_t cluster_parent_handle;
-static int use_hashed_cluster_id = 0;
+static int use_hashed_cluster_id = 1;
 
 /*
  * Exports the interface for the service


More information about the cluster-commits mailing list