Bug 235178
| Summary: | resource agents probe more often than configured | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Bryn M. Reeves <bmr> | ||||
| Component: | rgmanager | Assignee: | Lon Hohberger <lhh> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Cluster QE <mspqa-list> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 5.0 | CC: | cluster-maint, kgonzale, tao | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | RHBA-2007-0580 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2007-11-07 16:45:59 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Created attachment 151701 [details]
Fix fix
Fix isn't quite correct after testing further - it breaks 'rg_test'. This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux maintenance release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux Update release for currently deployed products. This request is not yet committed for inclusion in an Update release. This should have been fixed in CVS for some time. *** Bug 243740 has been marked as a duplicate of this bug. *** An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2007-0580.html |
Description of problem: The metadata in the fs.sh resource agent suggests that the default poll interval is 2m: <!-- Checks to see if it's mounted in the right place --> <action name="status" interval="2m" timeout="10"/> <action name="monitor" interval="2m" timeout="10"/> <!-- Note: active monitoring is constant and supplants all check depths --> <!-- Checks to see if we can read from the mountpoint --> <action name="status" depth="10" timeout="30" interval="2m"/> <action name="monitor" depth="10" timeout="30" interval="2m"/> <!-- Checks to see if we can write to the mountpoint (if !ROFS) --> <action name="status" depth="20" timeout="30" interval="2m"/> <action name="monitor" depth="20" timeout="30" interval="2m"/> When debug is enabled, syslog seems to show the script polling around every 1m: Mar 12 09:20:26 testhost1 clurgmgrd[28859]: <debug> status on fs:test1_archiv returned 0 (success) Mar 12 09:21:27 testhost1 clurgmgrd[28859]: <debug> status on fs:test1_archiv returned 0 (success) Mar 12 09:22:27 testhost1 clurgmgrd[28859]: <debug> status on fs:test1_archiv returned 0 (success) Mar 12 09:22:37 testhost1 clurgmgrd[28859]: <debug> status on fs:test1_archiv returned 0 (success) Mar 12 09:23:29 testhost1 clurgmgrd[28859]: <debug> status on fs:test1_archiv returned 0 (success) Mar 12 09:24:28 testhost1 clurgmgrd[28859]: <debug> status on fs:test1_archiv returned 0 (success) Mar 12 09:24:39 testhost1 clurgmgrd[28859]: <debug> status on fs:test1_archiv returned 0 (success) Mar 12 09:25:29 testhost1 clurgmgrd[28859]: <debug> status on fs:test1_archiv returned 0 (success) Version-Release number of selected component (if applicable): 1.9.63-1 (hotfix) How reproducible: 100% Steps to Reproduce: 1. Configure a filesystem resource that uses the fs.sh agent in cluster.conf 2. Enable debug logging 3. Start cluster services and enable the service using the file system resource configured in 1. Actual results: Probe interval as logged to syslog appears to be 1m. Expected results: Probe interval matches configuration information in fs.sh