[Bug 249871] NFSv4 faulty directory listings under heavy load

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Oct 25 00:14:11 UTC 2020


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

--- Comment #17 from Jason W. Bacon <jwb at freebsd.org> ---
(In reply to Rick Macklem from comment #13)

rdir.c isn't reporting any problems on the server at the same time the NFS
client is malfunctioning badly...

On the server:

FreeBSD login.peregrine  bacon ~/Data/TOPMed/Jobs/Haplohseq-analysis 1030:
./test-rdir AD-VCFs-whi/MAF-0.01-1000nt/ |& tee rdir.out
............................................................................................................................................^C

FreeBSD login.peregrine  bacon ~/Data/TOPMed/Jobs/Haplohseq-analysis 1031: cat
test-rdir 
#!/bin/sh -e

usage()
{
    printf "Usage: $0 dir\n"
    exit 1
}

if [ $# != 1 ]; then
    usage
fi

# AD-VCFs-whi/MAF-0.01-1000nt
while true; do
    ./rdir $1
    printf "."
    sleep 1
done

On a client:

FreeBSD compute-009.peregrine  bacon ~/Data/TOPMed/Jobs/Haplohseq-analysis
1002: ./test-ls AD-VCFs-whi/MAF-0.01-1000nt/

These should all read 11031:

   11029
   11024
   11035
   11031
   11029
   11034
   11028
   11032
   11031

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


More information about the freebsd-bugs mailing list