From owner-freebsd-fs@FreeBSD.ORG Fri Dec 3 21:25:30 2010 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 42424106566B for ; Fri, 3 Dec 2010 21:25:30 +0000 (UTC) (envelope-from peter@pean.org) Received: from smtprelay-b12.telenor.se (smtprelay-b12.telenor.se [62.127.194.21]) by mx1.freebsd.org (Postfix) with ESMTP id EF46A8FC08 for ; Fri, 3 Dec 2010 21:25:29 +0000 (UTC) Received: from ipb1.telenor.se (ipb1.telenor.se [195.54.127.164]) by smtprelay-b12.telenor.se (Postfix) with ESMTP id 4D226CAAD; Fri, 3 Dec 2010 22:25:27 +0100 (CET) X-SENDER-IP: [85.225.7.221] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtQVAIPu+ExV4QfdPGdsb2JhbAAHiBibJgEBAQE1wzyCdoJSBIpr X-IronPort-AV: E=Sophos;i="4.59,295,1288566000"; d="scan'208";a="156488920" Received: from c-dd07e155.166-7-64736c14.cust.bredbandsbolaget.se (HELO [172.25.0.40]) ([85.225.7.221]) by ipb1.telenor.se with ESMTP; 03 Dec 2010 22:25:27 +0100 Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii From: =?iso-8859-1?Q?Peter_Ankerst=E5l?= In-Reply-To: <20101203210045.GB7429@lor.one-eyed-alien.net> Date: Fri, 3 Dec 2010 22:25:26 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <7554F69B-0E03-42E3-8BB2-FD7CFE19805A@pean.org> References: <4CF017C8-9D3C-483D-B508-5BF70E32AA14@pean.org> <4CF949B0.5060405@obsysa.net> <20101203210045.GB7429@lor.one-eyed-alien.net> To: Brooks Davis X-Mailer: Apple Mail (2.1082) Cc: freebsd-fs@freebsd.org, Bartosz Stec Subject: Re: zfs snapshots. 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: Fri, 03 Dec 2010 21:25:30 -0000 >>>=20 >>=20 >> Yes, this is correct. But it still uses up 10MB from the parent >> filesystem. This is a problem if you use both snapshots and quotas. >> (and use alot of snapshots) >=20 > You many be able to use the refquota attribute instead of quota unless > you're trying to place quotas on filesystem hiearchies. >=20 > -- Brooks Oh. Thanks. How could I miss that.. It seems I have to change some of = the "logic" in my setup for this to work as needed but overall this will = work fine. Thanks!