cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
From: lhh@sourceware.org <lhh@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] cluster/rgmanager/src daemons/main.c utils/clu ...
Date: 26 Oct 2007 20:22:25 -0000	[thread overview]
Message-ID: <20071026202225.9982.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL46
Changes by:	lhh at sourceware.org	2007-10-26 20:22:25

Modified files:
	rgmanager/src/daemons: main.c 
	rgmanager/src/utils: clustat.c clusvcadm.c 

Log message:
	Fix bugzilla #298861 - apps using magmamsg don't connect from correct source IP on multi-homed hosts

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/main.c.diff?cvsroot=cluster&only_with_tag=RHEL46&r1=1.9.2.22&r2=1.9.2.22.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/utils/clustat.c.diff?cvsroot=cluster&only_with_tag=RHEL46&r1=1.5.2.19&r2=1.5.2.19.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/utils/clusvcadm.c.diff?cvsroot=cluster&only_with_tag=RHEL46&r1=1.2.2.9&r2=1.2.2.9.4.1

--- cluster/rgmanager/src/daemons/main.c	2007/01/04 15:52:41	1.9.2.22
+++ cluster/rgmanager/src/daemons/main.c	2007/10/26 20:22:25	1.9.2.22.4.1
@@ -870,6 +870,7 @@
 
 	clu_local_nodeid(NULL, &myNodeID);
 	set_my_id(myNodeID);
+	msg_set_nodeid(myNodeID);
 
 	/*
 	   Initialize the VF stuff.
--- cluster/rgmanager/src/utils/clustat.c	2007/02/06 20:18:48	1.5.2.19
+++ cluster/rgmanager/src/utils/clustat.c	2007/10/26 20:22:25	1.5.2.19.4.1
@@ -637,6 +637,7 @@
 	/* Grab the local node ID and flag it from the list of reported
 	   online nodes */
 	clu_local_nodeid(NULL, lid);
+	msg_set_nodeid(*lid);
 
 	if (!all)
 		return NULL;
--- cluster/rgmanager/src/utils/clusvcadm.c	2007/01/04 15:52:41	1.2.2.9
+++ cluster/rgmanager/src/utils/clusvcadm.c	2007/10/26 20:22:25	1.2.2.9.4.1
@@ -324,6 +324,7 @@
 	membership = clu_member_list(RG_SERVICE_GROUP);
 	msg_update(membership);
 	clu_local_nodeid(RG_SERVICE_GROUP, &me);
+	msg_set_nodeid(me);
 
 	if (node_specified) {
 		msgtarget = memb_name_to_id(membership, nodename);



             reply	other threads:[~2007-10-26 20:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-26 20:22 lhh [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-01-21 22:37 [Cluster-devel] cluster/rgmanager/src daemons/main.c utils/clu lhh

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=20071026202225.9982.qmail@sourceware.org \
    --to=lhh@sourceware.org \
    /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 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 NNTP newsgroup(s).