Bug 765520 (GLUSTER-3788)

Summary: Fix a typo in min value check in io-cache
Product: [Community] GlusterFS Reporter: Harshavardhana <fharshav>
Component: io-cacheAssignee: Harshavardhana <fharshav>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3.2.4CC: cww, gluster-bugs, vijay
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
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:
Embargoed:

Description Harshavardhana 2011-11-07 22:38:28 UTC
Following change needs to be reflected. 

                                 gf_log(this->name, GF_LOG_ERROR,
                                        "Reconfiguration"
                                        "'option cache-size %s' failed , "
-                                       "Max value can be 4MiB, Defaulting to "
+                                       "Min value can be 4MiB, Defaulting to "
                                        "old value (%"PRIu64")",
                                        cache_size_string, table->cache_size);
                                 goto out;