[Bug 283416] Creating a file on pNFS results in an I/O error: nfsv4 client/server protocol prob err=10036
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 19 Dec 2024 20:30:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283416
Rick Macklem <rmacklem@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|fs@FreeBSD.org |rmacklem@FreeBSD.org
CC| |rmacklem@FreeBSD.org
--- Comment #1 from Rick Macklem <rmacklem@FreeBSD.org> ---
Can you capture packets when the
failure occurs and make the pcap file
accessible to me. You can attach it here,
if it does not have anything private in it.
For a typical client, the following will
do the capture (although I know nothing about
AWS):
# tcpdump -s 0 -w out.pcap host <nfs-server>
10036 is NFS4ERR_BADXDR, which indicates that
either the client request or server reply is
failing to decode correctly.
A packet capture should indicate what is broken.
--
You are receiving this mail because:
You are the assignee for the bug.