Hi Emmanuel,<br><br>Please find the inlined comments,<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
I am still working on glusterfs on NetBSD (and I still have pending<br>
patches. Any taker?), and I see this debug message that may be caused<br>
by a bug in NetBSD FUSE interface:<br>
<br>
D [read-ahead.c:478:ra_readv] readahead: unexpected offset (131072 != 0) resetting<br></blockquote><div><br>The log message means that the application is not doing sequential reads, it has seeked to offset zero, after it had read till  offset 131072. When this condition is hit, read-ahead senses that the application is no longer doing sequential reads and flushes all the pages in its cache, since reading ahead makes sense only for sequential reads but not for random reads. As far as the correctness is concerned, there is nothing going wrong here.<br>
<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
What does it mean? I notice that 131072 is 32 * PAGE_SIZE, which is the<br>
negociated max_read_ahead. Did I send too many requests at once?<br>
<font color="#888888"><br>
--<br>
Emmanuel Dreyfus<br>
<a href="mailto:manu@netbsd.org">manu@netbsd.org</a><br>
<br>
_______________________________________________<br>
Gluster-devel mailing list<br>
<a href="mailto:Gluster-devel@nongnu.org">Gluster-devel@nongnu.org</a><br>
<a href="http://lists.nongnu.org/mailman/listinfo/gluster-devel" target="_blank">http://lists.nongnu.org/mailman/listinfo/gluster-devel</a><br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Raghavendra G<br><br>