Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1054696

Summary: Got debug message in terminal while qemu-img creating qcow2 image
Product: [Community] GlusterFS Reporter: Poornima G <pgurusid>
Component: libgfapiAssignee: Ric Wheeler <rwheeler>
Status: CLOSED UPSTREAM QA Contact: SATHEESARAN <sasundar>
Severity: low Docs Contact:
Priority: low    
Version: pre-releaseCC: barumuga, gluster-bugs, grajaiya, juzhang, mazhang, pgurusid, qzhang, rhs-bugs, rtalur, rwheeler, sasundar, vbellur
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1050906 Environment:
Last Closed: 2014-04-09 06:59:28 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: 1022403, 1050906, 1300567    
Bug Blocks: 1029367    

Comment 1 Anand Avati 2014-01-17 10:02:36 UTC
REVIEW: http://review.gluster.org/6726 (gfapi: Set log level to GF_LOG_NONE after closing log file in glfs_fini) posted (#1) for review on master by poornima g (pgurusid)

Comment 2 Anand Avati 2014-01-20 04:47:37 UTC
REVIEW: http://review.gluster.org/6726 (gfapi: Set log level to GF_LOG_NONE after closing log file in glfs_fini) posted (#2) for review on master by poornima g (pgurusid)

Comment 3 Anand Avati 2014-02-12 06:34:14 UTC
REVIEW: http://review.gluster.org/6726 (gfapi: Set log level to GF_LOG_NONE after closing log file in glfs_fini) posted (#3) for review on master by Poornima G (pgurusid)

Comment 4 Anand Avati 2014-02-12 21:26:02 UTC
COMMIT: http://review.gluster.org/6726 committed in master by Anand Avati (avati) 
------
commit 8eb83e6d9a91c813275f1cbc8e0dc5423fb1ccc0
Author: Poornima <pgurusid>
Date:   Fri Jan 17 02:45:56 2014 +0000

    gfapi: Set log level to GF_LOG_NONE after closing log file in glfs_fini
    
    Currently any logs that are logged after calling glfs_fini will
    appear on stderr. Ideally to the end of the glfs_fini all the
    operations will be complete and there should be no further logging.
    But it appears that the client translator is still up and prints
    some log messages even after calling glfs_fini.
    
    In this patch the log level is set to GF_LOG_NONE once the log file
    is closed. This fix is not required if wait for "CHILD_DOWN" event
    is implemented in glfs_fini.
    
    Change-Id: Idde80e9a89f3a5264d02b7e6fc2a84d67550b20a
    BUG: 1054696
    Signed-off-by: Poornima <pgurusid>
    Reviewed-on: http://review.gluster.org/6726
    Tested-by: Gluster Build System <jenkins.com>
    Reviewed-by: Anand Avati <avati>

Comment 6 SATHEESARAN 2014-04-10 12:48:01 UTC
Poornima, 

Let this BZ flow through its normal lifecycle.
I am greatly interested in understanding and verify this bug.

So, I am planning to move this bug to ON_QA and verify it with the fix.
Does that cause any concern/harm ?

Comment 7 Poornima G 2014-04-11 03:55:13 UTC
No, not at all, the same patch was verified as a part of BZ 1046259, hence closed the bug.