[Bug 245619] BROKEN NFS SERVER OR MIDDLEWARE after resume

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Apr 14 16:55:11 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245619

--- Comment #1 from Conrad Meyer <cem at freebsd.org> ---
The message indicates you got a GETATTR response for a file you didn't request.

In this case the NFS request was for "inode" 0x4, but you got back a GETATTR
response for 0x2.  There are some NFS WAN caching proxy devices that have a
GETATTR cache, which is fine, but a bug produced corrupt responses.  Without
the loud warning, it is very confusing when your NFS client mount is randomly
corrupt.

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


More information about the freebsd-bugs mailing list