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 150378 Details for
Bug 232878
failed to acquire lockspace [rgmanager related]
[?]
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]
Very basic patch to test theory
dlm.patch (text/plain), 984 bytes, created by
Christine Caulfield
on 2007-03-19 14:29:14 UTC
(
hide
)
Description:
Very basic patch to test theory
Filename:
MIME Type:
Creator:
Christine Caulfield
Created:
2007-03-19 14:29:14 UTC
Size:
984 bytes
patch
obsolete
>? libaislock.po >? libdlm.po >? libdlm.so.DEVEL.1150099954 >? libdlm_lt.po >? libdlm_lt.so.DEVEL.1150099954 >Index: libdlm.c >=================================================================== >RCS file: /cvs/cluster/cluster/dlm/lib/libdlm.c,v >retrieving revision 1.33 >diff -u -p -r1.33 libdlm.c >--- libdlm.c 31 Jan 2007 10:53:47 -0000 1.33 >+++ libdlm.c 19 Mar 2007 14:27:50 -0000 >@@ -1000,6 +1000,8 @@ dlm_lshandle_t dlm_create_lockspace(cons > else > req->i.lspace.flags = 0; > strcpy(req->i.lspace.name, name); >+ >+recreate: > minor = write(control_fd, req, sizeof(*req) + strlen(name)); > > if (minor < 0 && errno != EEXIST) >@@ -1015,6 +1017,10 @@ dlm_lshandle_t dlm_create_lockspace(cons > if (minor <= 0) > minor = find_minor_from_proc(DLM_PREFIX,name); > >+ /* Lockspace has disappeared .. create it again */ >+ if (!minor) >+ goto recreate; >+ > /* Wait for udev to create the device */ > for (i=1; i<10; i++) { > if (stat(dev_name, &st) == 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 232878
:
150351
|
150352
|
150357
|
150358
|
150369
|
150370
|
150371
|
150373
| 150378 |
150470
|
150472