miloska at gmail.com wrote: > Any hints about the problem that with the original, > glusterfs-volgengenerated config (with writeback, readahead, etc) does > not startsef-healing for 'ls -lR', I need to run this: > find /gtest/ -type f -exec ls -la {} > /dev/null \; > Both 'ls -lR' and 'find' do essentially the same thing, which is trigger a lookup (stat) on the file. Sometimes you might see a delay of a couple of seconds if the file's information (inode) has been cached in the kernel and a fresh lookup is not sent. Vikas