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 153300 Details for
Bug 223907
clvmd start up can time out when dealing with many volumes
[?]
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]
Fix magma-plugins
magma-plugins-223907.patch (text/plain), 855 bytes, created by
Lon Hohberger
on 2007-04-23 18:23:44 UTC
(
hide
)
Description:
Fix magma-plugins
Filename:
MIME Type:
Creator:
Lon Hohberger
Created:
2007-04-23 18:23:44 UTC
Size:
855 bytes
patch
obsolete
>? make/defines.mk >? sm/buildtest >Index: sm/sm.c >=================================================================== >RCS file: /cvs/cluster/cluster/magma-plugins/sm/Attic/sm.c,v >retrieving revision 1.9.2.11 >diff -u -r1.9.2.11 sm.c >--- sm/sm.c 3 Jan 2007 21:09:09 -0000 1.9.2.11 >+++ sm/sm.c 23 Apr 2007 18:20:45 -0000 >@@ -36,7 +36,7 @@ > #include <sys/select.h> > #include <sys/stat.h> > >-#define MODULE_DESCRIPTION "CMAN/SM Plugin v1.1.7.3" >+#define MODULE_DESCRIPTION "CMAN/SM Plugin v1.1.7.4" > #define MODULE_AUTHOR "Lon Hohberger" > > #define DLM_LS_NAME "Magma" >@@ -377,7 +377,8 @@ > > /* Check for existince of dlm control file so we don't > hang in dlm_acquire_lockspace */ >- if (stat("/dev/dlm-control", &st) < 0) >+ if (stat("/dev/misc/dlm-control", &st) < 0 && >+ stat("/dev/dlm-control", &st) < 0) > return -1; > > if (p->sockfd >= 0)
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 223907
:
149477
| 153300