From owner-freebsd-fs@FreeBSD.ORG Sun May 17 20:19:44 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 8878E106566B for ; Sun, 17 May 2009 20:19:44 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.30]) by mx1.freebsd.org (Postfix) with ESMTP id 3F0FB8FC1A for ; Sun, 17 May 2009 20:19:43 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so1749580yxb.13 for ; Sun, 17 May 2009 13:19:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=S29mxAGJPbIZ3VJ5+TyTTBCF6AV4DFioV86E5CwHsOA=; b=d4S1IfgPOhKwLSjO1dDZ859SVzIQKTut/BdDAceeBjFFLB6iJfKBSRI+ya6YcQNFsl wletkT47ZixE1pxiO9cGNVWGToCeYRj65uyhFnr9JqX0Uw5nLmnsTQcqmNjb6/V7N/+9 9udkWyYJAOfp6/sYosM13Lo3aC9553U5V6DJc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=gzz+vUdjfxda+cihM4vyZs+VK8BC1EUsjKG5n975IHgDSps+/YOqQtVWl8cVxrc4/p uaLliUirDEYLU+YToirJz2Uw/rAk9x5PeiftOlL3K7RnbVNjPhIg0w9UTkD1lXfFWKfa ZPnfl0c+VNualZIBj9PAiHiPyJbU/yOEYFdbA= MIME-Version: 1.0 Sender: mat.macy@gmail.com Received: by 10.100.215.12 with SMTP id n12mr4718233ang.154.1242591583429; Sun, 17 May 2009 13:19:43 -0700 (PDT) In-Reply-To: <20090517115036.GA13638@admin.sibptus.tomsk.ru> References: <200905170550.n4H5oTol011786@freefall.freebsd.org> <20090517115036.GA13638@admin.sibptus.tomsk.ru> Date: Sun, 17 May 2009 13:19:43 -0700 X-Google-Sender-Auth: 6d7e23afaf8a1293 Message-ID: <3c1674c90905171319t7443dbf9xfbc4affe8c86da60@mail.gmail.com> From: Kip Macy To: Victor Sudakov Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-fs@freebsd.org, bug-followup@freebsd.org Subject: Re: kern/131081: [zfs] User cannot delete a file when a ZFS dataset is full. 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: Sun, 17 May 2009 20:19:44 -0000 On Sun, May 17, 2009 at 4:50 AM, Victor Sudakov wrote: > kmacy@FreeBSD.org wrote: >> Synopsis: [zfs] User cannot delete a file when a ZFS dataset is full. >> >> State-Changed-From-To: open->feedback >> State-Changed-By: kmacy >> State-Changed-When: Sun May 17 05:49:18 UTC 2009 >> State-Changed-Why: >> >> >> 1) do you have snapshots? > > No, I don't. > > [sudakov@vas ~] zfs list > NAME =A0 =A0 =A0 =A0USED =A0AVAIL =A0REFER =A0MOUNTPOINT > d01 =A0 =A0 =A0 =A096,7G =A09,57G =A0 795K =A0/d01 > d01/home =A0 4,71G =A03,29G =A04,71G =A0/home > d01/media =A090,4G =A09,57G =A090,4G =A0/msdos > d01/ports =A0 895M =A09,57G =A0 895M =A0/usr/ports > d01/soft =A0 =A0764M =A09,57G =A0 764M =A0/usr/local > d01/swap =A0 =A0 90K =A09,57G =A0 =A090K =A0- > [sudakov@vas ~] dd if=3D/dev/zero of=3Dbigfile bs=3D1m > dd: bigfile: Disc quota exceeded > 3369+0 records in > 3368+1 records out > 3532128256 bytes transferred in 115.604244 secs (30553621 bytes/sec) > [sudakov@vas ~] rm bigfile > rm: bigfile: Disc quota exceeded > [sudakov@vas ~] > >> >> 2) could you try: http://svn.freebsd.org/base/user/kmacy/ZFS_MFC/ > > Excuse me, what should I do with this? > > I could try a patch against 7.1-RELEASE if you give me one. I don't envision a patch for 7.1-RELEASE. This is a MFC to 7-STABLE. FWIW, I am not able to reproduce this in a VM. -Kip