milo...@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
_______________________________________________
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users

Reply via email to