Hi!  I&#39;m having a lot of &quot;pure path resolution&quot; warnings thrown into my brick logfile on two servers, and wanted to enquire how I could fix the issue or otherwise get rid of them.<br><br>I&#39;m using GlusterFS to replicate data across two systems.  I&#39;m accessing the data via the GlusterFS FUSE plugin, both from the two hosts involved (web01/web02) as well as a few other hosts that need access to the data.<br>
<br>What I&#39;m seeing is an absolute ton of these:<br><br>[2011-04-29 22:22:21.35197] W [server-resolve.c:565:server_resolve] shared-application-data-server: pure path resolution for /PATH/FOO/BAR (OPEN)<br>[2011-04-29 22:22:22.432584] W [server-resolve.c:565:server_resolve] shared-application-data-server: pure path resolution for /PATH/FOO/BAR2 (OPEN)<br>
[2011-04-29 22:22:24.507079] W [server-resolve.c:565:server_resolve] shared-application-data-server: pure path resolution for /PATH/FOO/BAR3 (INODELK)<br><br>The setup/volfile is this:<br><br>Given volfile:<br>+------------------------------------------------------------------------------+<br>
  1: volume shared-application-data-client-0<br>  2:     type protocol/client<br>  3:     option remote-host web01<br>  4:     option remote-subvolume /var/glusterfs/bricks/shared<br>  5:     option transport-type tcp<br>
  6:     option ping-timeout 5<br>  7: end-volume<br>  8:<br>  9: volume shared-application-data-client-1<br> 10:     type protocol/client<br> 11:     option remote-host web02<br> 12:     option remote-subvolume /var/glusterfs/bricks/shared<br>
 13:     option transport-type tcp<br> 14:     option ping-timeout 5<br> 15: end-volume<br> 16:<br> 17: volume shared-application-data-replicate-0<br> 18:     type cluster/replicate<br> 19:     subvolumes shared-application-data-client-0 shared-application-data-client-1<br>
 20: end-volume<br> 21:<br> 22: volume shared-application-data-write-behind<br> 23:     type performance/write-behind<br> 24:     subvolumes shared-application-data-replicate-0<br> 25: end-volume<br> 26:<br> 27: volume shared-application-data-read-ahead<br>
 28:     type performance/read-ahead<br> 29:     subvolumes shared-application-data-write-behind<br> 30: end-volume<br> 31:<br> 32: volume shared-application-data-io-cache<br> 33:     type performance/io-cache<br> 34:     subvolumes shared-application-data-read-ahead<br>
 35: end-volume<br> 36:<br> 37: volume shared-application-data-quick-read<br> 38:     type performance/quick-read<br> 39:     subvolumes shared-application-data-io-cache<br> 40: end-volume<br> 41:<br> 42: volume shared-application-data-stat-prefetch<br>
 43:     type performance/stat-prefetch<br> 44:     subvolumes shared-application-data-quick-read<br> 45: end-volume<br> 46:<br> 47: volume shared-application-data<br> 48:     type debug/io-stats<br> 49:     subvolumes shared-application-data-stat-prefetch<br>
 50: end-volume<br>+------------------------------------------------------------------------------+<br><br>Any pointers on how to fix the pure path resolution warnings?<br>-- <br><div>Remi Broemeling</div><div>System Administrator</div>
<span style="font-family:arial, sans-serif;font-size:13px;border-collapse:collapse"><div><font face="arial, helvetica, sans-serif">Clio - Practice Management Simplified</font></div><div><font face="arial, helvetica, sans-serif">1-888-858-2546 x(2^5) | <a href="mailto:remi@goclio.com" target="_blank">remi@goclio.com</a></font></div>
<div><font face="arial, helvetica, sans-serif"><a href="http://www.goclio.com/" target="_blank">www.goclio.com</a> | <a href="http://www.goclio.com/blog" target="_blank">blog</a> | <a href="http://www.twitter.com/goclio" target="_blank">twitter</a> | <a href="http://www.facebook.com/goclio" target="_blank">facebook</a></font></div>
</span><br>