Bug 1197253
Summary: | NFS logs are filled with system.posix_acl_access messages | |||
---|---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Niels de Vos <ndevos> | |
Component: | nfs | Assignee: | Niels de Vos <ndevos> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | ||
Severity: | medium | Docs Contact: | ||
Priority: | high | |||
Version: | mainline | CC: | bugs, gluster-bugs | |
Target Milestone: | --- | Keywords: | Triaged | |
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | glusterfs-3.7.0beta1 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | 1196057 | |||
: | 1197598 (view as bug list) | Environment: | ||
Last Closed: | 2015-05-14 17:26:31 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: | 1196057, 1197598, 1214211, 1224126 |
Description
Niels de Vos
2015-02-27 22:57:21 UTC
REVIEW: http://review.gluster.org/9773 (nfs: prevent logging missing 'system.posix_acl_*' xattrs) posted (#1) for review on master by Niels de Vos (ndevos) COMMIT: http://review.gluster.org/9773 committed in master by Niels de Vos (ndevos) ------ commit 4f143bfe4eabc34c5682a3b0421092e5e22ee507 Author: Niels de Vos <ndevos> Date: Fri Feb 27 23:47:26 2015 +0100 nfs: prevent logging missing 'system.posix_acl_*' xattrs The nfs.log gets spammed with messages that the system.posix_acl_access and system.posix_acl_default xattrs are not set. The logging happens because the dictionary that contains the xattrs is empty/NULL in case the getxattr() did not return any contents for the ACLs. Change-Id: Id31e30635146599915c6d8674a2dde065f348adc BUG: 1197253 Signed-off-by: Niels de Vos <ndevos> Reviewed-on: http://review.gluster.org/9773 Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Meghana M <mmadhusu> REVIEW: http://review.gluster.org/9781 (nfs: prevent logging missing 'system.posix_acl_access' xattrs) posted (#1) for review on master by Niels de Vos (ndevos) COMMIT: http://review.gluster.org/9781 committed in master by Niels de Vos (ndevos) ------ commit f7f446f0a5bc37ba1096604618ab9850341959ef Author: Niels de Vos <ndevos> Date: Fri Feb 27 23:47:26 2015 +0100 nfs: prevent logging missing 'system.posix_acl_access' xattrs Change http://review.gluster.org/9773 addresses the majority of the logging, but it seems it is still possible to trigger the excessive logging by requesting the ACL on files directly. Lets squash those too. BUG: 1197253 Change-Id: I9e90ddd45f1a39641478f34c69c64dfe1c11c727 Signed-off-by: Niels de Vos <ndevos> Reviewed-on: http://review.gluster.org/9781 Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Meghana M <mmadhusu> REVIEW: http://review.gluster.org/9828 (nfs: prevent logging missing 'system.posix_acl_access' xattrs) posted (#1) for review on release-3.6 by Meghana M (mmadhusu) 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.0, please open a new bug report. glusterfs-3.7.0 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://thread.gmane.org/gmane.comp.file-systems.gluster.devel/10939 [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.0, please open a new bug report. glusterfs-3.7.0 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://thread.gmane.org/gmane.comp.file-systems.gluster.devel/10939 [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.0, please open a new bug report. glusterfs-3.7.0 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://thread.gmane.org/gmane.comp.file-systems.gluster.devel/10939 [2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user |