Bug 1368882
Summary: | log level set in glfs_set_logging() does not work | |||
---|---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Vijay Bellur <vbellur> | |
Component: | libgfapi | Assignee: | Vijay Bellur <vbellur> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Sudhir D <sdharane> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | mainline | CC: | bugs | |
Target Milestone: | --- | Keywords: | Triaged | |
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | glusterfs-3.8.8 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1378383 1378384 (view as bug list) | Environment: | ||
Last Closed: | 2017-03-07 06:10:50 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: | 1378383, 1378384 |
Description
Vijay Bellur
2016-08-22 03:01:23 UTC
REVIEW: http://review.gluster.org/15112 (logging: Avoid re-initing log level in io-stats) posted (#2) for review on master by Vijay Bellur (vbellur) REVIEW: http://review.gluster.org/15112 (logging: Avoid re-initing log level in io-stats) posted (#3) for review on master by Vijay Bellur (vbellur) COMMIT: http://review.gluster.org/15112 committed in master by Pranith Kumar Karampuri (pkarampu) ------ commit 5ce748ca45c6f2f867819400f50c9cdc12604226 Author: Vijay Bellur <vbellur> Date: Mon Aug 8 13:11:29 2016 -0400 logging: Avoid re-initing log level in io-stats If log level is already set via api or command line, initialization of io-stats xlator overwrites the log level to GF_LOG_INFO. This patch prevents re-initialization of log level if already set. Change-Id: I1f74d94ef8068b95ec696638c0a8b17d8d71aabe BUG: 1368882 Signed-off-by: Vijay Bellur <vbellur> Reported-by: Colin Lord <clord> Reviewed-on: http://review.gluster.org/15112 NetBSD-regression: NetBSD Build System <jenkins.org> Smoke: Gluster Build System <jenkins.org> CentOS-regression: Gluster Build System <jenkins.org> Reviewed-by: Niels de Vos <ndevos> Reviewed-by: Pranith Kumar Karampuri <pkarampu> |