From owner-freebsd-fs@FreeBSD.ORG Mon Feb 2 12:29:29 2009 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 625AF1065670 for ; Mon, 2 Feb 2009 12:29:29 +0000 (UTC) (envelope-from antik@bsd.ee) Received: from sorbesgroup.com (mail.sorbesgroup.com [217.159.241.118]) by mx1.freebsd.org (Postfix) with ESMTP id 1E83A8FC1F for ; Mon, 2 Feb 2009 12:29:29 +0000 (UTC) (envelope-from antik@bsd.ee) Received: from localhost (localhost.localdomain [127.0.0.1]) by sorbesgroup.com (Postfix) with ESMTP id 999D13C528F0 for ; Mon, 2 Feb 2009 13:58:25 +0200 (EET) Received: from sorbesgroup.com ([127.0.0.1]) by localhost (sorbesgroup.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00773-09 for ; Mon, 2 Feb 2009 13:58:24 +0200 (EET) Received: from [192.168.0.80] (andrei [192.168.0.80]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by sorbesgroup.com (Postfix) with ESMTP id 489373C528EB for ; Mon, 2 Feb 2009 13:58:24 +0200 (EET) Message-ID: <4986E2F2.8070903@bsd.ee> Date: Mon, 02 Feb 2009 14:11:30 +0200 From: Andrei Kolu User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: freebsd-fs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at localhost Subject: zfs compression and nfs X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2009 12:29:29 -0000 Hi, I encouontered strange problem with zfs compressed volume that is shared out over nfs. volume is created with command: # zpool create example /dev/da1 # zfs set compression=gzip data/configuration Now my "data" is shared with NFS and all servers have access to "configuration" volume. All NFS clients can write to volume and show written files over network. What is missing is files from server side- it does not show any file on compressed volume that is written by clients over NFS. If I copy same files/directories to nfs root eg. "data" then I can access files from server. Where are my files? # zpool status pool: data state: ONLINE scrub: scrub in progress, 19.58% done, 1h9m to go config: NAME STATE READ WRITE CKSUM data ONLINE 0 0 0 da1 ONLINE 0 0 0 errors: No known data errors