Bug 1248941
Summary: | Logging : unnecessary log message "REMOVEXATTR No data available " when files are written to glusterfs mount | |||
---|---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Ivo Petrov <cmptuomp3> | |
Component: | logging | Assignee: | bugs <bugs> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | ||
Severity: | medium | Docs Contact: | ||
Priority: | medium | |||
Version: | 3.7.2 | CC: | bugs, gluster-bugs, jthottan, pkarampu | |
Target Milestone: | --- | Keywords: | Triaged | |
Target Release: | --- | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | glusterfs-3.7.5 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1257110 (view as bug list) | Environment: | ||
Last Closed: | 2015-10-14 10:29:41 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: | 1257110, 1258341 |
Description
Ivo Petrov
2015-07-31 07:53:00 UTC
REVIEW: http://review.gluster.org/12041 (mount/fuse: Log ENODATA as DEBUG in {f}removexattr) posted (#1) for review on release-3.7 by Vijay Bellur (vbellur) REVIEW: http://review.gluster.org/12041 (mount/fuse: Log ENODATA as DEBUG in {f}removexattr) posted (#2) for review on release-3.7 by Vijay Bellur (vbellur) REVIEW: http://review.gluster.org/12041 (mount/fuse: Log ENODATA as DEBUG in {f}removexattr) posted (#3) for review on release-3.7 by Vijay Bellur (vbellur) REVIEW: http://review.gluster.org/12041 (mount/fuse: Log ENODATA as DEBUG in {f}removexattr) posted (#4) for review on release-3.7 by Vijay Bellur (vbellur) COMMIT: http://review.gluster.org/12041 committed in release-3.7 by Raghavendra Bhat (raghavendra) ------ commit b1cd5cb8a857ed3a95eab95179378283c8d41763 Author: Vijay Bellur <vbellur> Date: Wed Aug 26 15:24:39 2015 +0530 mount/fuse: Log ENODATA as DEBUG in {f}removexattr Logging ENODATA errors for {f}removexattr at a higher loglevel does not add a lot of value and causes a log message flood as per multiple reports. Added a new cbk, fuse_removexattr_cbk() to be used with removexattr fops. ENODATA now gets logged at loglevel DEBUG in fuse_removexattr_cbk(). This also prevents more conditional checks in the common fuse_err_cbk() callback. Change-Id: I1585b4d627e0095022016c47d7fd212018a7194b BUG: 1248941 Signed-off-by: Vijay Bellur <vbellur> Reviewed-on: http://review.gluster.org/12015 Tested-by: NetBSD Build System <jenkins.org> Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Raghavendra Bhat <raghavendra> Reviewed-on: http://review.gluster.org/12041 This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-glusterfs-3.7.5, please open a new bug report. glusterfs-glusterfs-3.7.5 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution. [1] http://www.gluster.org/pipermail/gluster-users/2015-October/023968.html [2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.7.5, please open a new bug report. glusterfs-3.7.5 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution. [1] http://www.gluster.org/pipermail/gluster-users/2015-October/023968.html [2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user |