From owner-freebsd-fs@FreeBSD.ORG Thu Oct 18 08:50:27 2012 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 53A676E6 for ; Thu, 18 Oct 2012 08:50:27 +0000 (UTC) (envelope-from alexey.w.tyurikov@gmail.com) Received: from mail-ea0-f182.google.com (mail-ea0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id D86C68FC17 for ; Thu, 18 Oct 2012 08:50:26 +0000 (UTC) Received: by mail-ea0-f182.google.com with SMTP id c10so2295270eaa.13 for ; Thu, 18 Oct 2012 01:50:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=y+ef3O04K2BFwOm49Y/8gpxwfi2IfqlaVoPQhK08+tw=; b=SsGO3CAOJ5OKIdBKNJFLPe8BYzz8tAsfjjhaEw0NkiB9S7xGN5vkO22g/ikdSjkH9G cCedrWrcdCmDXoZ5nNZCvxNLBBrrmNIUwmn+kQ+t2JQiDsSLiPKvm86xM0hfemWG74VH y29y8mLBNQ8XBbPC5MPtFp/B2j75x9LO5NY5c9KVgYIw7plRvUgxSp5z5lBOcgK6Hs8g 4b8P6OpfKtDoMiJ1qyNCqOlWmvU0DE8s/vbONFbsXf7wjV11ZGWcNxIJ7oz8X9BAODeB 1BeEYP6lG1SRtf9t2ybHr3iapedJNULjUDuDl3urPdVkeBEj2+w86dzyBULiHWeTrgAc TfFA== MIME-Version: 1.0 Received: by 10.14.178.195 with SMTP id f43mr30641065eem.44.1350550225472; Thu, 18 Oct 2012 01:50:25 -0700 (PDT) Sender: alexey.w.tyurikov@gmail.com Received: by 10.14.179.201 with HTTP; Thu, 18 Oct 2012 01:50:25 -0700 (PDT) Date: Thu, 18 Oct 2012 10:50:25 +0200 X-Google-Sender-Auth: AXxtik0mHcvreY0OSikG2AGKuVQ Message-ID: Subject: ZFS over NFS issue with linux clients From: Alexey Tyurikov To: freebsd-fs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2012 08:50:27 -0000 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