Linux 2.6.22.6 with aufs v.20070903 (per modinfo) with lhash-2.6.22.patch.

Im mounting aufs over nfsv3 mounts. I use the below cmd line to do so. I 
get "stale nfs handle" errors sometimes with programs that overwrite 
existing files. Our stuff manipulates and recreates cache files (like 
web templates) a number of times a day. On the first read of the cache 
file after its been recreated (not initially created) I get the stale 
error. But after that the error doesnt show up again until the cache is 
recreated. This doesnt happen when doing this directly on the nfs mount.

I also sometimes get "operation not permitted" errors for non-root users 
when they try to rename/mv files (mv uses rename). But with root it 
works without issue.

/vol1 = local lvm volume
/vol2 = nfs mounted
/combined = aufs over the above two mounts

mount -t aufs -o dirs=/vol2=rw:/vol1=rw none /combined

Any pointers would be greatly appreciated it.

Regards,
Dale


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

Reply via email to