Hi,
I was trying to do NFSv4.1 mounts with VFS exports, but I am getting following error on
the client side when doing an open,
reading TCP record fragment of length 376
reading XID (4 bytes)
reading reply for XID 6b8aed78
reading CALL/REPLY flag (4 bytes)
read reply XID 6b8aed78
XID 6b8aed78 read 368 bytes
xprt = ffff88022e5af000, tcp_copied = 376, tcp_offset = 376, tcp_reclen = 376
27 xid 6b8aed78 complete (376 bytes received)
27 __rpc_wake_up_task (now 4294955572)
27 disabling timer
27 removed from queue ffff88022e5af258 "xprt_pending"
__rpc_wake_up_task done
xs_tcp_data_recv done
27 __rpc_execute flags=0x4881
27 call_status (status 376)
27 call_decode (status 376)
27 validating UNIX cred ffff8800ba74a780
27 using AUTH_UNIX cred ffff8800ba74a780 to unwrap rpc data
decode_opaque_inline: prematurely hit end of receive buffer. Remaining buffer length is 49
words.
27 call_decode result -5
The linux kernel version I am using is 3.13. NFSv4.0 mounts work fine without any problem.
I also observed that the NFSv4.1 mounts work well on kernel 4.4. I could not find any info
about the minimum required kernel version for using NFSv4.1.
This is probably an issue on the NFS client side. Does anyone know the required kernel
version for using NFSv4.1?
Thanks,
Sriram