Bug 762768 (GLUSTER-1036)

Summary: Replicate: prints window_size instead of background_count in the log
Product: [Community] GlusterFS Reporter: Anush Shetty <anush>
Component: loggingAssignee: Vikas Gorur <vikas>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: mainlineCC: amarts, gluster-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Anush Shetty 2010-06-29 09:58:35 UTC
dict_ret = dict_get_int32 (this->options, "background-self-heal-count",
                                   &background_count);
        if (dict_ret == 0) {
                gf_log (this->name, GF_LOG_DEBUG,
                        "Setting background self-heal count to %d.",
                        window_size);

                priv->background_self_heal_count = background_count;
        }

Comment 1 Amar Tumballi 2010-07-15 05:09:13 UTC
This got fixed with a patch, which was addressing clang issued report.. 

http://git.gluster.com/?p=glusterfs.git;a=commitdiff;h=2f15ffd6b5beef9abd501c594bc3cb38c2683f77