Hide Forgot
Description of problem: If maximum file size to be cached is lesser than the minimum file size to be cached, then io-cache reconfigure will set both min-file-size and max-file-size to the old value (according to the log message). [2012-01-16 19:23:30.995499] E [io-cache.c:1673:reconfigure] 0-io-cache: minimum size (23068672) of a file that can be cached is greater than maximum size (23068672). Hence Defaulting to old value But gluster volume info still shows the wrong input value given by the user only. gluster volume info Volume Name: vol Type: Distribute Status: Started Number of Bricks: 1 Transport-type: tcp Bricks: Brick1: hyperspace:/mnt/sda7/export4 Options Reconfigured: performance.cache-max-file-size: 2MB performance.cache-min-file-size: 22MB performance.flush-behind: on Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
see if its still valid with master code.
Checked in master. It is reproducible in master.
CHANGE: http://review.gluster.org/4541 (glusterd: Added validation function for performance cache max and min size.) merged in master by Anand Avati (avati)
*** Bug 764706 has been marked as a duplicate of this bug. ***