[Bug 270842] [nfsclient] sees out-of-date metadata until stat(1)

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 15 Apr 2023 04:05:06 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270842

Rick Macklem <rmacklem@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rmacklem@FreeBSD.org

--- Comment #1 from Rick Macklem <rmacklem@FreeBSD.org> ---
NFS does not have a cache coherency protocol
and, as such, attributes will only be approximately
up-to-date on other clients.

You can play with acregmin, acregmax to try and
avoid the problem, but you may end up with a
large increase in Getattr RPCs.

This is the way. (Sorry, I couldn't resist. I've just
been watching the Mandalorian.)

-- 
You are receiving this mail because:
You are the assignee for the bug.