>I was aware of that suggestion but found it so ugly that I never tried it. I
>ditched pride and embraced pragmatism. And yes running find did resolve all
>names. Could you be so kind and trouble the gentleman down the hall and ask
>them what's happening and why? Perhaps something can be done about it in
>code. With some pointers I might look into it.


The pathnames are cached with the vnode but they are only created when the 
filename is looked up (open, stat, etc).  Find will look up all the files;
but without that, it won't know the name.  NFSv3 is stateless and the
look up could have been done a long time ago (the server might be 
rebooted).

Casper

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to