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 292954 Details for
Bug 430220
clusvcadm is ignoring -F and -m options
[?]
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]
RHEL 5.1 patch
rgmanager-430220.patch (text/plain), 1.19 KB, created by
Lon Hohberger
on 2008-01-25 15:58:31 UTC
(
hide
)
Description:
RHEL 5.1 patch
Filename:
MIME Type:
Creator:
Lon Hohberger
Created:
2008-01-25 15:58:31 UTC
Size:
1.19 KB
patch
obsolete
>? clurgmgrd >? clurmtabd >? rg_test >Index: rg_state.c >=================================================================== >RCS file: /cvs/cluster/cluster/rgmanager/src/daemons/rg_state.c,v >retrieving revision 1.24.2.10.2.3 >diff -u -r1.24.2.10.2.3 rg_state.c >--- rg_state.c 30 Aug 2007 16:05:14 -0000 1.24.2.10.2.3 >+++ rg_state.c 25 Jan 2008 15:57:59 -0000 >@@ -684,7 +684,7 @@ > > case RG_STATE_DISABLED: > case RG_STATE_UNINITIALIZED: >- if (req == RG_ENABLE) { >+ if (req == RG_ENABLE || req == RG_START_REMOTE) { > /* Don't actually enable if the RG is locked! */ > if (rg_locked()) { > ret = 3; >Index: rg_thread.c >=================================================================== >RCS file: /cvs/cluster/cluster/rgmanager/src/daemons/rg_thread.c,v >retrieving revision 1.15.2.7.2.1 >diff -u -r1.15.2.7.2.1 rg_thread.c >--- rg_thread.c 24 Jul 2007 18:49:18 -0000 1.15.2.7.2.1 >+++ rg_thread.c 25 Jan 2008 15:57:59 -0000 >@@ -263,14 +263,12 @@ > break; > > case RG_ENABLE: >- #if 0 > if (req->rr_target != 0 && > req->rr_target != my_id()) { > error = RG_EFORWARD; > ret = RG_NONE; > break; > } >- #endif > case RG_START: > if (req->rr_arg0) { > error = handle_fd_start_req(myname,
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 430220
:
292937
|
292945
| 292954