On Mar 6, 2014, at 7:34 AM, Jim Rees <rees@xxxxxxxxx> wrote: > Given this is apache, I think if I were doing this I'd use ro,soft,intr,tcp > and not try to write anything to nfs. I agree. A static web page workload should be read-mostly or read-only. The (small) corruption risk with “ro,soft" is that an interrupted read would cause the client to cache incomplete data. Skip “intr” though, it really is a no-op after 2.6.25. If your workload is really ONLY reading files that don’t change often, you might consider “ro,soft,vers=3,nocto”. -- Chuck Lever chuck[dot]lever[at]oracle[dot]com -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html