From owner-freebsd-fs@FreeBSD.ORG Sat Nov 10 19:41:00 2012 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DE9B343C; Sat, 10 Nov 2012 19:41:00 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-oa0-f54.google.com (mail-oa0-f54.google.com [209.85.219.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8ACBD8FC12; Sat, 10 Nov 2012 19:41:00 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id n9so6386816oag.13 for ; Sat, 10 Nov 2012 11:41:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=WGwtkNNkjMV0HJw9YdjJ3gZRO8iQ91DDdNh6+NGb2pQ=; b=tlkKOJCRKHjXeq6LzYVsvXHOx0VHdwcxBy2ggtzAZd68AjRS8frX7Ry1kvMXM2H//C UzQMvXOHHVqlY7EcBwMtqqBSTQ/LYYF154oU+tUGiV+DZzubmrGnFyVdZwrh8d+IpuRo 2E0Dy39UyOupc9EihYT9R9tS0ZsckrTtISihEI5Atq+8KWcWFaKOaZfTe5dedDoDTRqG 0KyMA8iGBaVQrGtOCL6Usqmwds5/SK5fi9D5mdVweKw+hSgJ5tlUjIpsmPju8mAaGjNE fJfqeDeS+4jx+zT1JYQZwmUqxySYcCQZvB3+BnA17Qi/59WrISYP7xYkLsJDg5JJhR7b k5UA== MIME-Version: 1.0 Received: by 10.60.170.114 with SMTP id al18mr11210361oec.56.1352576459961; Sat, 10 Nov 2012 11:40:59 -0800 (PST) Received: by 10.76.143.33 with HTTP; Sat, 10 Nov 2012 11:40:59 -0800 (PST) In-Reply-To: <509EA942.9060801@shatow.net> References: <509E79C7.10300@shatow.net> <509EA942.9060801@shatow.net> Date: Sat, 10 Nov 2012 11:40:59 -0800 Message-ID: Subject: Re: ZFS can't delete files when over quota From: Garrett Cooper To: Bryan Drewery Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-fs@freebsd.org" 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: Sat, 10 Nov 2012 19:41:00 -0000 On Sat, Nov 10, 2012 at 11:21 AM, Bryan Drewery wrote: > On 11/10/2012 12:55 PM, Chris Rees wrote: > > Bryan, > > > > Please try the patch at [1]; if it works I'll document it. > > > > Chris > > > > [1] http://www.bayofrum.net/~crees/patches/bdrewery.diff > > > > Hmm, I'm not a fan of -T. I think it should just work out-of-the-box here. > > Something like: > > http://people.freebsd.org/~bdrewery/rm-quota.txt > +1. FWIW, I find it interesting that EDQUOT isn't listed in the unlink(2) documentation under ERRORS. Should this be another error? Thanks! -Garrett