Date: Wed, 28 Oct 2015 12:20:03 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 177971] [nfs] FreeBSD 9.1 nfs client dirlist problem w/ nfsv3,rsize=4096,wsize=4096 Message-ID: <bug-177971-3630-Ce3U7WA1Nd@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-177971-3630@https.bugs.freebsd.org/bugzilla/> References: <bug-177971-3630@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=177971 --- Comment #3 from krichy@cflinux.hu --- I've noticed difference between mounting with wsize and without wsize: # mount -o rsize=2048 10.0.0.2:/home/kh /home/kh/ root@freebsd9:~ # ls -1 /home/kh/fenykepek/20110429 | sort | uniq | wc -l 309 # umount /home/kh/ # mount -o rsize=2048,wsize=2048 10.0.0.2:/home/kh /home/kh/ # ls -1 /home/kh/fenykepek/20110429 | sort | uniq | wc -l 225 Dont know if this helps. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-177971-3630-Ce3U7WA1Nd>