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 623951 Details for
Bug 787789
cman+corosync get stuck if iptables drop is in place
[?]
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]
Move "Totem is unable to form..." message to main
2012-10-08-0001-Move-Totem-is-unable-to-form.-message-to-main.patch (text/plain), 1.74 KB, created by
Jan Friesse
on 2012-10-09 07:21:50 UTC
(
hide
)
Description:
Move "Totem is unable to form..." message to main
Filename:
MIME Type:
Creator:
Jan Friesse
Created:
2012-10-09 07:21:50 UTC
Size:
1.74 KB
patch
obsolete
>From bb1f927ffe7561778612b7a8dc1042f480492225 Mon Sep 17 00:00:00 2001 >From: Jan Friesse <jfriesse@redhat.com> >Date: Mon, 8 Oct 2012 17:07:39 +0200 >Subject: [PATCH 1/2] Move "Totem is unable to form..." message to main > >Signed-off-by: Jan Friesse <jfriesse@redhat.com> >Reviewed-by: Fabio M. Di Nitto <fdinitto@redhat.com> >(backported to flatiron) >--- > exec/main.c | 8 ++++++++ > exec/totemsrp.c | 8 -------- > 2 files changed, 8 insertions(+), 8 deletions(-) > >diff --git a/exec/main.c b/exec/main.c >index dd0ff99..a2a9725 100644 >--- a/exec/main.c >+++ b/exec/main.c >@@ -646,6 +646,14 @@ static void corosync_totem_stats_updater (void *data) > "firewall_enabled_or_nic_failure", strlen("firewall_enabled_or_nic_failure"), > &firewall_enabled_or_nic_failure, sizeof (firewall_enabled_or_nic_failure)); > >+ if (stats->mrp->srp->continuous_gather > MAX_NO_CONT_GATHER) { >+ log_printf (LOGSYS_LEVEL_WARNING, >+ "Totem is unable to form a cluster because of an " >+ "operating system or network fault. The most common " >+ "cause of this message is that the local firewall is " >+ "configured improperly."); >+ } >+ > total_mtt_rx_token = 0; > total_token_holdtime = 0; > total_backlog_calc = 0; >diff --git a/exec/totemsrp.c b/exec/totemsrp.c >index 67de157..c0cfda5 100644 >--- a/exec/totemsrp.c >+++ b/exec/totemsrp.c >@@ -1929,14 +1929,6 @@ static void memb_state_gather_enter ( > instance->stats.continuous_gather++; > } > >- if (instance->stats.continuous_gather > MAX_NO_CONT_GATHER) { >- log_printf (instance->totemsrp_log_level_warning, >- "Totem is unable to form a cluster because of an " >- "operating system or network fault. The most common " >- "cause of this message is that the local firewall is " >- "configured improperly.\n"); >- } >- > return; > } > >-- >1.7.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 787789
:
621513
| 623951 |
623952