Bug 948730
| Summary: | Mount command line is logged at inappropriate log level | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | J.H.M. Dassen (Ray) <rdassen> |
| Component: | resource-agents | Assignee: | David Vossel <dvossel> |
| Status: | CLOSED ERRATA | QA Contact: | Cluster QE <mspqa-list> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.4 | CC: | agk, bz, cluster-maint, fdinitto, jruemker, mnovacek, pep, rbinkhor, slevine |
| Target Milestone: | rc | Keywords: | EasyFix, Patch |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | resource-agents-3.9.2-25.el6 | Doc Type: | Bug Fix |
| Doc Text: |
Cause:
Mount command outputs as error msg.
Consequence:
Clutters logs, isn't an error.
Fix:
Set log level to debug.
Result:
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-11-21 05:19:42 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 835616, 960054 | ||
|
Description
J.H.M. Dassen (Ray)
2013-04-05 08:56:32 UTC
Upstream patch related to this issue. https://github.com/ClusterLabs/resource-agents/commit/8dc0e72bcec6f84fc23aa09dc924770d332aa823
I have verified that the patch is applyied:
# rpm -q resource-agents
resource-agents-3.9.2-33.el6.x86_64
# rpm -qf /usr/share/cluster/utils/fs-lib.sh
resource-agents-3.9.2-33.el6.x86_64
# grep -A 5 'cf_log info "mounting' /usr/share/cluster/utils/fs-lib.sh
ocf_log info "mounting $dev on $mp"
ocf_log debug "mount $fstype_option $mount_options $dev $mp"
mount $fstype_option $mount_options "$dev" "$mp"
ret_val=$?
if [ $ret_val -ne 0 ]; then
ocf_log err
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2013-1541.html |