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 239261 Details for
Bug 354351
CCS 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 ccs work with prerouting patch for magma
ccs-magma-routing.patch (text/plain), 1.29 KB, created by
Lon Hohberger
on 2007-10-26 15:58:18 UTC
(
hide
)
Description:
Small patch to make ccs work with prerouting patch for magma
Filename:
MIME Type:
Creator:
Lon Hohberger
Created:
2007-10-26 15:58:18 UTC
Size:
1.29 KB
patch
obsolete
>Index: ccs_tool/update.c >=================================================================== >RCS file: /cvs/cluster/cluster/ccs/ccs_tool/update.c,v >retrieving revision 1.1.2.4 >diff -u -r1.1.2.4 update.c >--- ccs_tool/update.c 12 Jan 2006 18:11:26 -0000 1.1.2.4 >+++ ccs_tool/update.c 26 Oct 2007 15:57:25 -0000 >@@ -80,6 +80,7 @@ > } > > int update(char *location){ >+ uint64_t nid; > int error = 0; > int i, fd; > int cluster_fd = -1; >@@ -190,6 +191,8 @@ > > membership = clu_member_list(NULL); > msg_update(membership); >+ clu_local_nodeid(NULL, &nid); >+ msg_set_nodeid(nid); > memb_resolve_list(membership, NULL); > > >Index: daemon/cluster_mgr.c >=================================================================== >RCS file: /cvs/cluster/cluster/ccs/daemon/cluster_mgr.c,v >retrieving revision 1.10.2.8 >diff -u -r1.10.2.8 cluster_mgr.c >--- daemon/cluster_mgr.c 16 Feb 2006 20:12:26 -0000 1.10.2.8 >+++ daemon/cluster_mgr.c 26 Oct 2007 15:57:25 -0000 >@@ -306,6 +306,7 @@ > > > static void cluster_communicator(void){ >+ uint64_t nid; > int cluster_fd = -1; > int listen_fds[2], listeners; > int warn_user = 0; >@@ -371,6 +372,8 @@ > > membership = clu_member_list(NULL); > msg_update(membership); >+ clu_local_nodeid(NULL, &nid); >+ msg_set_nodeid(nid); > memb_resolve_list(membership, NULL); > > while(1) {
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 354351
: 239261