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 901810 Details for
Bug 1095657
receive_start should make it clear when it fails
[?]
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]
Patch
fenced_et_al_join_message.patch (text/plain), 1.70 KB, created by
Christine Caulfield
on 2014-06-03 14:26:26 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Christine Caulfield
Created:
2014-06-03 14:26:26 UTC
Size:
1.70 KB
patch
obsolete
>diff --git a/fence/fenced/cpg.c b/fence/fenced/cpg.c >index 0fde6a6..e99e95a 100644 >--- a/fence/fenced/cpg.c >+++ b/fence/fenced/cpg.c >@@ -1089,6 +1089,7 @@ static void receive_start(struct fd *fd, struct fd_header *hd, int len) > if (added && fi->started_count && fd->started_count) { > log_error("receive_start %d:%u add node with started_count %u", > hd->nodeid, seq, fi->started_count); >+ log_error("fence domain %s - membership is disallowed", fd->name); > > /* This is how we deal with cpg's that are partitioned and > then merge back together. When the merge happens, the >diff --git a/group/dlm_controld/cpg.c b/group/dlm_controld/cpg.c >index 795efc4..1370b84 100644 >--- a/group/dlm_controld/cpg.c >+++ b/group/dlm_controld/cpg.c >@@ -1091,6 +1091,7 @@ static void receive_start(struct lockspace *ls, struct dlm_header *hd, int len) > if (added && li->started_count && ls->started_count) { > log_error("receive_start %d:%u add node with started_count %u", > hd->nodeid, seq, li->started_count); >+ log_error("DLM lockspace %s - membership is disallowed", ls->name); > > /* see comment in fence/fenced/cpg.c */ > memb->disallowed = 1; >diff --git a/group/gfs_controld/cpg-new.c b/group/gfs_controld/cpg-new.c >index 845d183..67cf64a 100644 >--- a/group/gfs_controld/cpg-new.c >+++ b/group/gfs_controld/cpg-new.c >@@ -1152,6 +1152,7 @@ static void receive_start(struct mountgroup *mg, struct gfs_header *hd, int len) > if (added && mi->started_count && mg->started_count) { > log_error("receive_start %d:%u add node with started_count %u", > hd->nodeid, seq, mi->started_count); >+ log_error("GFS2 mountpoint %s - membership is disallowed", mg->name); > > /* see comment in fence/fenced/cpg.c */ > memb->disallowed = 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 1095657
: 901810