Re: [PATCH RFC v5 0/2] nfsd: Initial implementation of NFSv4 Courteous Server
From: J. Bruce Fields <hidden>
Date: 2021-10-01 23:03:35
Also in:
linux-fsdevel
On Fri, Oct 01, 2021 at 02:41:55PM -0700, dai.ngo@oracle.com wrote:
On 10/1/21 1:53 PM, J. Bruce Fields wrote:quoted
On Tue, Sep 28, 2021 at 08:56:39PM -0400, Dai Ngo wrote:quoted
Hi Bruce, This series of patches implement the NFSv4 Courteous Server.Apologies, I keep meaning to get back to this and haven't yet. I do notice I'm seeing a timeout on pynfs 4.0 test OPEN18.It's weird, this test passes on my system: [root@nfsvmf25 nfs4.0]# ./testserver.py $server --rundeps -v OPEN18 INIT st_setclientid.testValid : RUNNING INIT st_setclientid.testValid : PASS MKFILE st_open.testOpen : RUNNING MKFILE st_open.testOpen : PASS OPEN18 st_open.testShareConflict1 : RUNNING OPEN18 st_open.testShareConflict1 : PASS ************************************************** INIT st_setclientid.testValid : PASS OPEN18 st_open.testShareConflict1 : PASS MKFILE st_open.testOpen : PASS ************************************************** Command line asked for 3 of 673 tests Of those: 0 Skipped, 0 Failed, 0 Warned, 3 Passed [root@nfsvmf25 nfs4.0]# Do you have a network trace?
Yeah, weirdly, I think it's failing only when I run it with all the other pynfs tests, not when I run it alone. I'll check again and see if I can get a trace, probably next week. --b.