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 303098 Details for
Bug 443358
merge of openais partitions and disallowed cman nodes
[?]
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]
allow a clean node to merge with a dirty node
it174936-cman.patch (text/plain), 733 bytes, created by
David Robinson
on 2008-04-21 05:18:11 UTC
(
hide
)
Description:
allow a clean node to merge with a dirty node
Filename:
MIME Type:
Creator:
David Robinson
Created:
2008-04-21 05:18:11 UTC
Size:
733 bytes
patch
obsolete
>--- cman-2.0.84/cman/daemon/commands.c.dr 2008-04-16 06:15:23.000000000 +1000 >+++ cman-2.0.84/cman/daemon/commands.c 2008-04-21 15:04:32.000000000 +1000 >@@ -1723,7 +1723,8 @@ static void do_process_transition(int no > > /* Newer nodes 6.1.0 onwards, set the DIRTY flag if they have state. If the new node has been down > and has state then we mark it disallowed because we cannot merge stateful nodes */ >- if (msg->flags & NODE_FLAGS_DIRTY && node->flags & NODE_FLAGS_BEENDOWN) { >+ if (msg->flags & NODE_FLAGS_DIRTY && (node->flags & NODE_FLAGS_BEENDOWN || >+ (us->flags & NODE_FLAGS_DIRTY && nodeid != us->node_id))) { > /* Don't duplicate messages */ > if (node->state != NODESTATE_AISONLY) { > if (cluster_is_quorate) {
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 443358
: 303098