Bug 765520 (GLUSTER-3788) - Fix a typo in min value check in io-cache
Summary: Fix a typo in min value check in io-cache
Keywords:
Status: CLOSED WONTFIX
Alias: GLUSTER-3788
Product: GlusterFS
Classification: Community
Component: io-cache
Version: 3.2.4
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Harshavardhana
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-11-07 22:38 UTC by Harshavardhana
Modified: 2015-03-23 01:04 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

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;


Note You need to log in before you can comment on or make changes to this bug.