cluster: STABLE31 - cman: do not add mcast address configuration to objdb when udpu is in use

Fabio M. Di Nitto fabbione at fedoraproject.org
Mon Mar 28 10:54:29 UTC 2011


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=6444265805aee93eb4aa41a530ea258d62f89936
Commit:        6444265805aee93eb4aa41a530ea258d62f89936
Parent:        e7d91758422f354a3488db5f9d375484b4be4535
Author:        Vladislav Bogdanov <bubble at hoster-ok.com>
AuthorDate:    Mon Mar 28 12:52:29 2011 +0200
Committer:     Fabio M. Di Nitto <fdinitto at redhat.com>
CommitterDate: Mon Mar 28 12:53:19 2011 +0200

cman: do not add mcast address configuration to objdb when udpu is in use

Resolves: rhbz#690168

Signed-off-by: Fabio M. Di Nitto <fdinitto at redhat.com>
---
 cman/daemon/cman-preconfig.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/cman/daemon/cman-preconfig.c b/cman/daemon/cman-preconfig.c
index 0b3e7fd..d64da25 100644
--- a/cman/daemon/cman-preconfig.c
+++ b/cman/daemon/cman-preconfig.c
@@ -343,8 +343,6 @@ static int add_ifaddr(struct objdb_iface_ver0 *objdb, char *mcast, char *ifaddr,
 						       mcast, strlen(mcast)+1, OBJDB_VALUETYPE_STRING);
 			break;
 		case TX_MECH_UDPU:
-		        objdb->object_key_create_typed(interface_object_handle, "mcastaddr",
-						       mcast, strlen(mcast)+1, OBJDB_VALUETYPE_STRING);
 			add_udpu_members(objdb, interface_object_handle);
 			break;
 		}


More information about the cluster-commits mailing list