I don't think I have that big of a ZFS pool (it's 2 TB). :-)
It doesn't seem that there are excessive numbers of inodes, and the counts match up between the NFS client and server sides.
In the information below, chumby is the NFS server and beaglebone the client:
pmather@beaglebone:~ % mount
/dev/mmcsd0s2a on / (ufs, local, noatime, soft-updates)
devfs on /dev (devfs, local)
/dev/mmcsd0s1 on /boot/msdos (msdosfs, local, noatime)
tmpfs on /tmp (tmpfs, local)
tmpfs on /var/log (tmpfs, local)
tmpfs on /var/tmp (tmpfs, local)
chumby.chumby.lan:/build/src/head on /usr/src (nfs, nfsv4acls)
chumby.chumby.lan:/build/obj/bbb on /usr/obj (nfs, nfsv4acls)
pmather@beaglebone:~ % df -i /usr/src /usr/obj
Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted on
chumby.chumby.lan:/build/src/head 2097152 1344484 752668 64% 147835 1505336 9% /usr/src
chumby.chumby.lan:/build/obj/bbb 530875884 1949364 528926520 0% 70814 1057853040 0% /usr/obj
paul@chumby:/home/paul> df -i /build/src/head /build/obj/bbb
Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted on
zroot/SHARED/build/src/head 2097152 1344484 752668 64% 147835 1505336 9% /build/src/head
zroot/SHARED/build/obj/bbb 530876268 1949364 528926904 0% 70814 1057853808 0% /build/obj/bbb
On the NFS client system, these are the only NFS-related settings I have in /etc/rc.conf:
nfsuserd_enable="YES"
nfscbd_enable="YES"
Would you recommend I try it with nfscbd_enable="NO"?
I will try NFS from other clients to see whether it's just this FreeBSD/arm system that's having problems.
Cheers,
Paul.
>
https://lists.freebsd.org/mailman/listinfo/freebsd-arm
> To unsubscribe, send any mail to "
freebsd-arm...@freebsd.org"