From owner-freebsd-stable@FreeBSD.ORG Tue Oct 7 10:10:01 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 6EA4E1065689 for ; Tue, 7 Oct 2008 10:10:01 +0000 (UTC) (envelope-from hk@alogis.com) Received: from alogis.com (firewall.solit-ag.de [212.184.102.1]) by mx1.freebsd.org (Postfix) with ESMTP id 00BF88FC14 for ; Tue, 7 Oct 2008 10:10:00 +0000 (UTC) (envelope-from hk@alogis.com) Received: from alogis.com (localhost [127.0.0.1]) by alogis.com (8.13.4/8.13.1) with ESMTP id m97A7QrW020446; Tue, 7 Oct 2008 12:07:26 +0200 (CEST) (envelope-from hk@alogis.com) Received: (from hk@localhost) by alogis.com (8.13.4/8.13.1/Submit) id m97A7Qk3020445; Tue, 7 Oct 2008 12:07:26 +0200 (CEST) (envelope-from hk) Date: Tue, 7 Oct 2008 12:07:26 +0200 From: Holger Kipp To: Jeremy Chadwick Message-ID: <20081007100726.GB19896@intserv.int1.b.intern> References: <78fb9d960810070232u3f35010dv510dfa0fb2285568@mail.gmail.com> <20081007095437.GA44716@icarus.home.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081007095437.GA44716@icarus.home.lan> User-Agent: Mutt/1.4.2.1i Cc: pjd@freebsd.org, lhmwzy , 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:10:01 -0000 On Tue, Oct 07, 2008 at 02:54:37AM -0700, Jeremy Chadwick wrote: > On Tue, Oct 07, 2008 at 05:32:43PM +0800, lhmwzy wrote: > > I create a zfs volume pool/lhm and give it quota 1M use "zfs set > > quota=1m pool/lhm" > I can confirm and reproduce what you're seeing. > > Based on all of the ZFS documentation and examples I've read, it appears > to be a bug in FreeBSD ZFS. > > CC'ing pjd@, who maintains ZFS on FreeBSD. I can't confirm this on a recent 7-STABLE (yesterday): intserv2# zfs set quota=1m tank/test intserv2# cp /usr/ports/distfiles/samba-3.0.32.tar.gz /tank/test/ cp: /tank/test/samba-3.0.32.tar.gz: Disc quota exceeded Regards, Holger Kipp