[Bug 249871] NFSv4 faulty directory listings under heavy load

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Oct 24 21:29:50 UTC 2020


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

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

I created an NFS share on a compute node using UFS and the problem *DOES* occur
there as well.

Running the "ls" test from any NFS client to that node gives something like the
following:

#!/bin/sh -e

cd AD-VCFs-whi/MAF-0.01-1000nt
while true; do
    ls | grep 'combined.*\.vcf\.xz' | wc -l
    sleep 2
done

   11031
   11031
   11030
   11031
   11031
   11031
   11031
   11031
   11029
   11031

Running the same test script on either the ZFS or NFS server gives consistently
correct results (11031 every time).

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


More information about the freebsd-bugs mailing list