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 673281 Details for
Bug 892262
Pacemaker might not rejoin a cluster after several nodes failed
[?]
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]
Official upstream patch to fix rejoining
03f6105592281901cc10550b8ad19af4beb5f72f.patch (text/plain), 1.03 KB, created by
Matthias Hensler
on 2013-01-06 07:50:37 UTC
(
hide
)
Description:
Official upstream patch to fix rejoining
Filename:
MIME Type:
Creator:
Matthias Hensler
Created:
2013-01-06 07:50:37 UTC
Size:
1.03 KB
patch
obsolete
>From 03f6105592281901cc10550b8ad19af4beb5f72f Mon Sep 17 00:00:00 2001 >From: Andrew Beekhof <andrew@beekhof.net> >Date: Wed, 21 Mar 2012 13:23:32 +1100 >Subject: [PATCH] Low: cib: If we received the message, the peer is active > enough for us to process it > >--- > cib/callbacks.c | 7 ------- > 1 file changed, 7 deletions(-) > >diff --git a/cib/callbacks.c b/cib/callbacks.c >index 4a428ee..e6cab20 100644 >--- a/cib/callbacks.c >+++ b/cib/callbacks.c >@@ -1146,7 +1146,6 @@ enum cib_errors > void > cib_peer_callback(xmlNode * msg, void *private_data) > { >- crm_node_t *node = NULL; > const char *reason = NULL; > const char *originator = crm_element_value(msg, F_ORIG); > >@@ -1159,12 +1158,6 @@ enum cib_errors > goto bail; > } > >- node = crm_get_peer(0, originator); >- if (node == NULL || (node->processes & crm_proc_cib) == 0) { >- reason = "not in our membership"; >- goto bail; >- } >- > if (crm_element_value(msg, F_CIB_CLIENTNAME) == NULL) { > crm_xml_add(msg, F_CIB_CLIENTNAME, originator); > } >-- >1.7.10 >
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 892262
: 673281