Bug 1205715
Summary: | log files get flooded when removexattr() can't find a specified key or value | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Kaleb KEITHLEY <kkeithle> |
Component: | logging | Assignee: | Kaleb KEITHLEY <kkeithle> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.4.6 | CC: | bernhard.glomm, bugs, gluster-bugs, ndevos, vbellur |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1144527 | Environment: | |
Last Closed: | 2015-04-13 06:59:59 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: | 1144527 | ||
Bug Blocks: | 1154714, 1188064, 1192832 |
Description
Kaleb KEITHLEY
2015-03-25 13:58:45 UTC
REVIEW: http://review.gluster.org/9996 (protocol: Log ENODATA & ENOATTR logs at DEBUG loglevel in removexattr_cbk) posted (#1) for review on release-3.4 by Kaleb KEITHLEY (kkeithle) COMMIT: http://review.gluster.org/9996 committed in release-3.4 by Kaleb KEITHLEY (kkeithle) ------ commit 076143f52e47a2a733a02cfb05a7d780553b147d Author: Kaleb S. KEITHLEY <kkeithle> Date: Wed Mar 25 10:18:22 2015 -0400 protocol: Log ENODATA & ENOATTR logs at DEBUG loglevel in removexattr_cbk Prevents messages of the following type from being seen by default in the log files: [2014-09-19 07:57:39.877806] W [client-rpc-fops.c:1232:client3_3_removexattr_cbk] 0-<volume_name>-client-0: remote operation failed: No data available [2014-09-19 07:57:39.877963] W [client-rpc-fops.c:1232:client3_3_removexattr_cbk] 0-<volume_name>-client-1: remote operation failed: No data available Backport of http://review.gluster.org/#/c/8781/, see BZ 1144527 Change-Id: I814e12c56f5b95fcc24a6f0d46c7240d7abd16e4 BUG: 1205715 Signed-off-by: Kaleb S. KEITHLEY <kkeithle> Reviewed-on: http://review.gluster.org/9996 Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Niels de Vos <ndevos> |