From owner-freebsd-hackers@FreeBSD.ORG Tue Aug 19 02:05:50 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD6D01065671 for ; Tue, 19 Aug 2008 02:05:50 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.152]) by mx1.freebsd.org (Postfix) with ESMTP id 6BC348FC12 for ; Tue, 19 Aug 2008 02:05:50 +0000 (UTC) (envelope-from grafan@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so3993828fgb.35 for ; Mon, 18 Aug 2008 19:05:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=wzHgoMjVcxfftohToP1eoCD/NJ1F5f5+Kqx8AGORr18=; b=vuBjJ07C08g0Mbs5fD0kUEupDpVY+PA5MRp03sF/Jjz9PlzDYRrXnrBvyMRSog+2Ug O2iA9zy0SVaHl0vhpMWMwwLhf4ikDxBSaSm3lf4h23I1XMhRTenUEUpPMdWMg6yOdyJ8 3bi/rmlYoOzdU2lvY4oP/Gf14dSAXnL5judR0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=wMopkvUUTGlrESo1WdOg4yJjjwxuMbbmmFkl/UHe1CTAAoCxqKyvJQ+5DslPeMaClT 2qSaNcE/UqasPdMOGs45Yq61to0ttZ5/etj6WWZFWIZgU+gkvJK53Nga1xSAov7NO1Yp GnlP15F7kESroYr6KC7SP6SXNDgTsn+u1wdYc= Received: by 10.180.228.14 with SMTP id a14mr3761829bkh.98.1219109803629; Mon, 18 Aug 2008 18:36:43 -0700 (PDT) Received: by 10.181.3.3 with HTTP; Mon, 18 Aug 2008 18:36:43 -0700 (PDT) Message-ID: <6eb82e0808181836p2f5bc5cfoa0072e8f00e34a5b@mail.gmail.com> Date: Tue, 19 Aug 2008 09:36:43 +0800 From: "Rong-en Fan" To: Simon In-Reply-To: <20080818234349.D342C8FC1E@mx1.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080818234349.D342C8FC1E@mx1.freebsd.org> Cc: "freebsd-hackers@freebsd.org" , Konstantin Belousov Subject: Re: Disk quotas out of sync X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Aug 2008 02:05:51 -0000 On Tue, Aug 19, 2008 at 7:16 AM, Simon wrote: > Hello All, > > I sent this to freebsd-questions but it went unanswered, hoping for better > luck here. The issue I'm trying to resolve is this: > > Ever since I went from 6.x to 7.0-R I have started experiencing disk quotas > getting out of sync with the actual amount used. For example, a user with > 100GB used disk space suddenly shows usage of only 80GB as if the data > is gone, but it isn't. This forces me to run quotacheck -av often. Was > something changed regarding quotas in 7.0-R? Nobody else noticed this issue? > I have this issue across multiple, different hardware, servers running 7.0-R > > Thank you for any insight and help in advance! Are you running SMP? Quotas in 7.x and 6.x (since this May) become MPSAFE. I'm CC'ing kib@ who wrote the patch, maybe he has some insights. Regards, Rong-En Fan