<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
In other words I want to prevent glusterfs of querying brick on every<br>
request and use cached version instead. It is ok if such checks will<br>
be once a min, but not on every request,please. Is it possible?<br></blockquote><div><br></div><div>Yes, fuse provides such options. But sadly, mount.glusterfs doesn&#39;t handle these options as of now. But you can start glusterfs process with all options mount -t glusterfs will use, added with  &quot;--entry-timeout 60&quot; and &quot;--attribute-timeout 60&quot; (values are in seconds). As a warning note, if you are having lot of rename calls, (or many clients trying to create files with same name (ie, path is same)), you may get some &#39;stale file handle&#39; type of errors.</div>
<div><br></div><div>Regards,</div><div>Amar </div></div>