Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 239301 Details for
Bug 354391
rgmanager fix: magmamsg doesn't work if route is incorrect
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Small patch to make rgmanager work with prerouting patch for magma
rgmanager-magma-routing.patch (text/plain), 2.17 KB, created by
Lon Hohberger
on 2007-10-26 16:20:45 UTC
(
hide
)
Description:
Small patch to make rgmanager work with prerouting patch for magma
Filename:
MIME Type:
Creator:
Lon Hohberger
Created:
2007-10-26 16:20:45 UTC
Size:
2.17 KB
patch
obsolete
>Index: ChangeLog >=================================================================== >RCS file: /cvs/cluster/cluster/rgmanager/ChangeLog,v >retrieving revision 1.5.2.32.2.1 >diff -u -r1.5.2.32.2.1 ChangeLog >--- ChangeLog 3 Oct 2007 21:06:19 -0000 1.5.2.32.2.1 >+++ ChangeLog 26 Oct 2007 16:20:16 -0000 >@@ -1,3 +1,8 @@ >+2007-10-26 Lon Hohberger <lhh at redhat.com> >+ * src/daemons/main.c, src/utils/clustat.c, clusvcadm.c: Call >+ msg_set_nodeid() to ensure we route from the right IP on a >+ host with multiple IPs on our cluster subnet. >+ > 2007-10-03 Lon hohberger <lhh at redhat.com> > * ChangeLog: Fix dates. > * include/reslist.h: Actually commit fix for #310981 >Index: src/daemons/main.c >=================================================================== >RCS file: /cvs/cluster/cluster/rgmanager/src/daemons/main.c,v >retrieving revision 1.9.2.22 >diff -u -r1.9.2.22 main.c >--- src/daemons/main.c 4 Jan 2007 15:52:41 -0000 1.9.2.22 >+++ src/daemons/main.c 26 Oct 2007 16:20:17 -0000 >@@ -870,6 +870,7 @@ > > clu_local_nodeid(NULL, &myNodeID); > set_my_id(myNodeID); >+ msg_set_nodeid(myNodeID); > > /* > Initialize the VF stuff. >Index: src/utils/clustat.c >=================================================================== >RCS file: /cvs/cluster/cluster/rgmanager/src/utils/clustat.c,v >retrieving revision 1.5.2.19 >diff -u -r1.5.2.19 clustat.c >--- src/utils/clustat.c 6 Feb 2007 20:18:48 -0000 1.5.2.19 >+++ src/utils/clustat.c 26 Oct 2007 16:20:17 -0000 >@@ -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; >Index: src/utils/clusvcadm.c >=================================================================== >RCS file: /cvs/cluster/cluster/rgmanager/src/utils/clusvcadm.c,v >retrieving revision 1.2.2.9 >diff -u -r1.2.2.9 clusvcadm.c >--- src/utils/clusvcadm.c 4 Jan 2007 15:52:41 -0000 1.2.2.9 >+++ src/utils/clusvcadm.c 26 Oct 2007 16:20:17 -0000 >@@ -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);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 354391
: 239301