Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Oct 2012 10:50:25 +0200
From:      Alexey Tyurikov <alexey.tyurikov@gmail.com>
To:        freebsd-fs@freebsd.org
Subject:   ZFS over NFS issue with linux clients
Message-ID:  <CANJVYoLWWPDJ0r=RnWiSnUTKnY3AD5K-LL6QkWQecmuqjVLw0Q@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi all,

I'm looking for people using FreeBSD 9.0 amd64 ZFS over NFS (v3 and v4)
with Linux clients. My clients (last CentOS6 and Debian6) don't use cache
for files lying on ZFS over NFS. Tested:

 $ grep something /nfs_zfs/file-100MB # network activity, client read the
file over NFS (slow)
 $ grep something /nfs_zfs/file-100MB # network activity, client read the
file over NFS once again (slow)

At the same time UFS over NFS works like expected:

 $ grep something /nfs_ufs/file-100MB # network activity, client read the
file over NFS (slow)
 $ grep something /nfs_ufs/file-100MB # no network activity, client read
the file from cache (fast)

Could anyone test it?

Best regards
-- 
Alexey Tyurikov



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CANJVYoLWWPDJ0r=RnWiSnUTKnY3AD5K-LL6QkWQecmuqjVLw0Q>