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 210661 Details for
Bug 310981
resource agents probe more often than configured
[?]
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 to prevent all levels from checking sequentially
rgmanager-310981-2.patch (text/plain), 941 bytes, created by
Lon Hohberger
on 2007-09-28 15:38:31 UTC
(
hide
)
Description:
ancillary patch to prevent all levels from checking sequentially
Filename:
MIME Type:
Creator:
Lon Hohberger
Created:
2007-09-28 15:38:31 UTC
Size:
941 bytes
patch
obsolete
>Index: restree.c >=================================================================== >RCS file: /cvs/cluster/cluster/rgmanager/src/daemons/restree.c,v >retrieving revision 1.10.2.17 >retrieving revision 1.10.2.18 >diff -u -r1.10.2.17 -r1.10.2.18 >--- restree.c 28 Sep 2007 15:14:52 -0000 1.10.2.17 >+++ restree.c 28 Sep 2007 15:36:52 -0000 1.10.2.18 >@@ -1097,11 +1097,19 @@ > node->rn_last_depth = node->rn_actions[idx].ra_depth; > node->rn_checked = 1; > >- if (x == 0) >+ /* Clear check levels below ours. */ >+ for (x=0; node->rn_actions[x].ra_name; x++) { >+ if (strcmp(node->rn_actions[x].ra_name, "status")) >+ continue; >+ if (node->rn_actions[x].ra_depth <= node->rn_last_depth) >+ node->rn_actions[x].ra_last = now; >+ } >+ >+ if (node->rn_last_status == 0) > return 0; > > if (!has_recover) >- return x; >+ return node->rn_last_status; > > /* Strange/failed status. Try to recover inline. */ > if ((x = res_exec(node, RS_RECOVER, 0)) == 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 310981
:
210411
|
210551
| 210661