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 156923 Details for
Bug 229650
Restart only the failed resource and its dependencies instead of the whole service.
[?]
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]
ancillary patch
rgmanager-229650-2.patch (text/plain), 1.60 KB, created by
Lon Hohberger
on 2007-06-13 21:47:53 UTC
(
hide
)
Description:
ancillary patch
Filename:
MIME Type:
Creator:
Lon Hohberger
Created:
2007-06-13 21:47:53 UTC
Size:
1.60 KB
patch
obsolete
>? foo.patch >? make/defines.mk >? src/clulib/msgtest >? src/daemons/' >? src/daemons/clurgmgrd >? src/daemons/clurmtabd >? src/daemons/cluster.conf-example1 >? src/daemons/cluster.conf-example2 >? src/daemons/it.patch >? src/daemons/rg_test >? src/daemons/status-fail >? src/daemons/status-success >? src/resources/ip.sh.rpmsave >? src/utils/clubufflush >? src/utils/clufindhostname >? src/utils/clulog >? src/utils/clunfslock >? src/utils/clustat >? src/utils/clusvcadm >Index: ChangeLog >=================================================================== >RCS file: /cvs/cluster/cluster/rgmanager/ChangeLog,v >retrieving revision 1.31.2.10 >diff -u -r1.31.2.10 ChangeLog >--- ChangeLog 31 May 2007 18:58:46 -0000 1.31.2.10 >+++ ChangeLog 13 Jun 2007 20:11:54 -0000 >@@ -1,3 +1,6 @@ >+2007-06-13 Lon Hohberger <lhh at redhat.com> >+ * src/daemons/restree.c: Fix #229650 uninitialized bug >+ > 2007-05-31 Lon Hohberger <lhh at redhat.com> > * src/daemons/resrules.c: Fix #234249 - ignore obvious backup files > in /usr/share/cluster when processing resource rules >Index: src/daemons/restree.c >=================================================================== >RCS file: /cvs/cluster/cluster/rgmanager/src/daemons/restree.c,v >retrieving revision 1.23.2.4 >diff -u -r1.23.2.4 restree.c >--- src/daemons/restree.c 31 May 2007 18:58:46 -0000 1.23.2.4 >+++ src/daemons/restree.c 13 Jun 2007 20:11:55 -0000 >@@ -509,6 +509,7 @@ > node->rn_parent = parent; > node->rn_resource = curres; > node->rn_state = RES_STOPPED; >+ node->rn_flags = 0; > node->rn_actions = (resource_act_t *)act_dup(curres->r_actions); > > snprintf(tok, sizeof(tok), "%s/@__independent_subtree", base);
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 229650
:
148657
|
155385
|
155386
|
155387
|
155388
|
155389
|
155835
| 156923 |
181341
|
205561
|
205861