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 153525 Details for
Bug 236289
simultaneous device failures on cmirrors from mulitple VGs can lead to clvmd deadlock
[?]
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]
clvmd patch to fix return code
tmp (text/plain), 753 bytes, created by
Christine Caulfield
on 2007-04-26 15:50:44 UTC
(
hide
)
Description:
clvmd patch to fix return code
Filename:
MIME Type:
Creator:
Christine Caulfield
Created:
2007-04-26 15:50:44 UTC
Size:
753 bytes
patch
obsolete
>Index: daemons/clvmd/clvmd.c >=================================================================== >RCS file: /cvs/lvm2/LVM2/daemons/clvmd/clvmd.c,v >retrieving revision 1.34 >diff -u -p -r1.34 clvmd.c >--- daemons/clvmd/clvmd.c 29 Mar 2007 13:59:33 -0000 1.34 >+++ daemons/clvmd/clvmd.c 26 Apr 2007 15:46:34 -0000 >@@ -875,7 +875,7 @@ static int read_from_local_sock(struct l > NULL; > > close(thisfd->fd); >- return 0; >+ return len; > } else { > int comms_pipe[2]; > struct local_client *newfd; >@@ -1682,7 +1682,7 @@ static void send_version_message() > static int send_message(void *buf, int msglen, char *csid, int fd, > const char *errtext) > { >- int len; >+ int len = 0; > int saved_errno = 0; > struct timespec delay; > struct timespec remtime;
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 236289
:
153366
|
153368
|
153369
| 153525