From owner-freebsd-stable@FreeBSD.ORG Tue Oct 7 10:43:49 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D49681065686; Tue, 7 Oct 2008 10:43:49 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from constantine.ticketswitch.com (constantine.ticketswitch.com [IPv6:2002:57e0:1d4e:1::3]) by mx1.freebsd.org (Postfix) with ESMTP id 9BAC78FC1F; Tue, 7 Oct 2008 10:43:49 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from dilbert.rattatosk ([10.64.50.6] helo=dilbert.ticketswitch.com) by constantine.ticketswitch.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1KnA2b-000LWC-Ah; Tue, 07 Oct 2008 11:43:45 +0100 Received: from petefrench by dilbert.ticketswitch.com with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1KnA2b-0007ls-8u; Tue, 07 Oct 2008 11:43:45 +0100 To: koitsu@FreeBSD.org, pjd@FreeBSD.org In-Reply-To: <20081007103319.GC3464@garage.freebsd.pl> Message-Id: From: Pete French Date: Tue, 07 Oct 2008 11:43:45 +0100 Cc: lhmwzy@gmail.com, freebsd-stable@freebsd.org Subject: Re: zfs quota question X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2008 10:43:49 -0000 > Yeah, ZFS offers a lot, which can create confusion, unfortunately. Do we > limit physical space with quota or only logical (before compression)? > Should we take space consumed by snapshots into account or not? etc. On a related note, is there any way to make du tell me how big files are in actual bytes on a compressed ZFS filesystem, aas opposed to space on the disc ? I love ZFS, but I suddenly found out last night that I have lost the ability tto do a 'du' on a directory to work out if it will fit onto a CD or not :-) -pete.