Hey folks. I have run into a problem I had not seen before and need some other eyeballs to look at it.
We have some staging servers out in our field offices with local disk. The folks at these offices are editing content throughout the day. At intervals throughout the day, the content from the staging servers gets pushed to our hosting facility via rsync.
The problem we are seeing is that apache is getting quite a few " reason: stat: Stale NFS file handle (errno = 151)" errors.
We are using Solaris 2.5.1 servers and mount the filer with v3 (udp).
We invoke rsync with: -a -b --delete -e $SSH $local $remote
Is there a way for us to get around the client side caching of file handles? Or is there a different problem?
Has anyone done something like this before?
Help?
Thanks.
Alex