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 153280 Details for
Bug 237386
clvmd and quorum disk prevents lvextend/lvremove
[?]
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]
Proposed patch to fix
clvmd-qdisk.patch (text/plain), 1.31 KB, created by
Christine Caulfield
on 2007-04-23 13:33:39 UTC
(
hide
)
Description:
Proposed patch to fix
Filename:
MIME Type:
Creator:
Christine Caulfield
Created:
2007-04-23 13:33:39 UTC
Size:
1.31 KB
patch
obsolete
>? a.out >? clname.patch >? clvmd >? lvmtest.c >? run_clvmd >? run_clvmd.c >Index: clvmd-cman.c >=================================================================== >RCS file: /cvs/lvm2/LVM2/daemons/clvmd/clvmd-cman.c,v >retrieving revision 1.16 >diff -u -p -r1.16 clvmd-cman.c >--- clvmd-cman.c 9 Oct 2006 14:11:57 -0000 1.16 >+++ clvmd-cman.c 23 Apr 2007 13:33:07 -0000 >@@ -121,7 +121,7 @@ static int _get_num_nodes() > > /* return number of ACTIVE nodes */ > for (i=0; i<num_nodes; i++) { >- if (nodes[i].cn_member) >+ if (nodes[i].cn_member && nodes[i].cn_nodeid) > nnodes++; > } > return nnodes; >@@ -159,7 +159,7 @@ static int _cluster_do_node_callback(str > int somedown = 0; > > for (i = 0; i < _get_num_nodes(); i++) { >- if (nodes[i].cn_member) { >+ if (nodes[i].cn_member && nodes[i].cn_nodeid) { > callback(client, (char *)&nodes[i].cn_nodeid, node_updown[nodes[i].cn_nodeid]); > if (!node_updown[nodes[i].cn_nodeid]) > somedown = -1; >@@ -168,8 +168,7 @@ static int _cluster_do_node_callback(str > return somedown; > } > >-/* Process OOB message from the cluster socket, >- this currently just means that a node has stopped listening on our port */ >+/* Process OOB messages from the cluster socket */ > static void event_callback(cman_handle_t handle, void *private, int reason, int arg) > { > char namebuf[MAX_CLUSTER_MEMBER_NAME_LEN];
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 237386
: 153280