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

--- Comment #16 from Jason W. Bacon <j...@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.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to