From owner-freebsd-hackers@FreeBSD.ORG Tue Aug 19 03:54:32 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 E7549106566C for ; Tue, 19 Aug 2008 03:54:32 +0000 (UTC) (envelope-from simon@optinet.com) Received: from cobra.acceleratedweb.net (cobra-gw.acceleratedweb.net [207.99.79.37]) by mx1.freebsd.org (Postfix) with SMTP id 975AF8FC1D for ; Tue, 19 Aug 2008 03:54:32 +0000 (UTC) (envelope-from simon@optinet.com) Received: (qmail 67299 invoked by uid 110); 19 Aug 2008 03:54:31 -0000 Received: from unknown (HELO desktop1) (simon%optinet.com@69.112.29.182) by cobra.acceleratedweb.net with SMTP; 19 Aug 2008 03:54:31 -0000 From: "Simon" To: "Rong-en Fan" Date: Mon, 18 Aug 2008 23:54:15 -0400 Priority: Normal X-Mailer: PMMail 2000 Professional (2.20.2717) For Windows 2000 (5.1.2600;3) In-Reply-To: <6eb82e0808181836p2f5bc5cfoa0072e8f00e34a5b@mail.gmail.com> MIME-Version: 1.0 Message-Id: <20080819035432.975AF8FC1D@mx1.freebsd.org> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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 03:54:33 -0000 Yes, I'm running SMP on all machines, version 7.0-R-p2 (amd64 on some). No group quotas, just user. Thanks, Simon On Tue, 19 Aug 2008 09:36:43 +0800, Rong-en Fan wrote: >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