From owner-freebsd-fs@FreeBSD.ORG Fri Sep 27 14:07:31 2013 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E21AAACB for ; Fri, 27 Sep 2013 14:07:31 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B726A23DB for ; Fri, 27 Sep 2013 14:07:31 +0000 (UTC) Received: from compute6.internal (compute6.nyi.mail.srv.osa [10.202.2.46]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 4148321A27 for ; Fri, 27 Sep 2013 10:07:28 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute6.internal (MEProxy); Fri, 27 Sep 2013 10:07:28 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=smtpout; bh=A+4eNKFInA0wNuFKnsOYkVf7cVY=; b=fl6 2Ba3wuCJj6zatYQY48PSQCqwSolW9s9aQhOfrTNtjgZkCY0f1VZUwshLQpyWKcNZ MSm41AlWGALGeGN3qBYPiUYYNXe1wwzl2g+2ZZe6PZf7rPhP3O0pLt2wg21OIx1f +rELnDUL0tJ3u8euoUKiTmkHzRnQQcTgpLElngfw= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id 19AC6B0013C; Fri, 27 Sep 2013 10:07:28 -0400 (EDT) Message-Id: <1380290848.21485.27200049.4E9FF5C6@webmail.messagingengine.com> X-Sasl-Enc: BPVjd9oL9p+Z/seO8+3vm+hN3Uahe1TlsuUMbbLmWH4M 1380290848 From: Mark Felder To: freebsd-fs@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-ce174988 In-Reply-To: <52457A32.2090105@fsn.hu> References: <52457A32.2090105@fsn.hu> Subject: Re: zfs: the exponential file system from hell Date: Fri, 27 Sep 2013 09:07:28 -0500 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: Fri, 27 Sep 2013 14:07:31 -0000 On Fri, Sep 27, 2013, at 7:29, Attila Nagy wrote: > Hi, > > Did anyone try to fill a zpool with multiple zfs in it and graph the > space accounted by df and zpool list? If you're using zfs, use zfs tools for space accounting. df probably shouldn't be bloated with special knowledge of zfs's space accounting quirks.