From owner-freebsd-fs@FreeBSD.ORG Mon Feb 2 14:31:09 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 D641710656F2 for ; Mon, 2 Feb 2009 14:31:09 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [91.103.162.4]) by mx1.freebsd.org (Postfix) with ESMTP id 92B318FC2F for ; Mon, 2 Feb 2009 14:31:09 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from localhost (localhost.codelab.cz [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 852AC19E023; Mon, 2 Feb 2009 15:11:53 +0100 (CET) Received: from [192.168.1.2] (r5bb235.net.upc.cz [86.49.61.235]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 0AD4819E027; Mon, 2 Feb 2009 15:11:48 +0100 (CET) Message-ID: <4986FF23.40502@quip.cz> Date: Mon, 02 Feb 2009 15:11:47 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: cz, cs, en, en-us MIME-Version: 1.0 To: Andrei Kolu References: <4986E2F2.8070903@bsd.ee> <4986F7E3.6020404@bsd.ee> In-Reply-To: <4986F7E3.6020404@bsd.ee> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-fs@freebsd.org Subject: Re: 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 14:31:11 -0000 Andrei Kolu wrote: > Markus Gebert wrote: [...] >> Of course this does not solve your problem. I guess you need to export >> 'data/configuration' too and mount it on the client. >> > But I can see "configuration" directory from NFS client!? If I > understand correctly then NFS can't use "filesystem on filesystem" for > example my case with "data/configuration"? Can I compress "data" then? > All other subfilesystems will be compressed also? How can I see what > compression ratio I got on compressed filesystem? 'zfs get -r compressratio' will show you ratio for all ZFS filesystems. Miroslav Lachman