From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Bartoschek Subject: Re: Ext4 quota support Date: Mon, 28 Mar 2011 11:25:46 +0200 Message-ID: <4D90541A.5010200@or.uni-bonn.de> References: <4D904D6B.2020201@or.uni-bonn.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit To: linux-ext4@vger.kernel.org Return-path: Received: from brical.or.uni-bonn.de ([131.220.141.99]:50946 "EHLO brical.or.uni-bonn.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752679Ab1C1JZs (ORCPT ); Mon, 28 Mar 2011 05:25:48 -0400 Received: from wse04.or.uni-bonn.de (bg-1.or.uni-bonn.de [131.220.141.100]) by brical.or.uni-bonn.de (Postfix) with ESMTP id B71BA3B6D6 for ; Mon, 28 Mar 2011 11:25:46 +0200 (CEST) Received: from imap.or.uni-bonn.de (mailserver.or.uni-bonn.de [131.220.143.135]) by wse04.or.uni-bonn.de (Postfix) with ESMTP id 2297FE930 for ; Mon, 28 Mar 2011 11:25:47 +0200 (CEST) Received: from barney.bruehl.pontohonk.de (wse00.or.uni-bonn.de [131.220.143.130]) by imap.or.uni-bonn.de (Postfix) with ESMTPS id BEA9D1FF3C for ; Mon, 28 Mar 2011 11:25:46 +0200 (CEST) In-Reply-To: <4D904D6B.2020201@or.uni-bonn.de> Sender: linux-ext4-owner@vger.kernel.org List-ID: Am 28.03.2011 10:57, schrieb Christoph Bartoschek: > Hi, > > today we had to reboot one of our fileservers with ext4. Unfortunately > it decided to run a quotacheck on restart. We are now waiting till it > checked several TB of data. > > My question is: Is there a reason why the quotacheck started although > the server was shut down cleanly? > > Another question: Is the first class quota support in ext4 somthing to > be expected soon or should we better use another filesystem like XFS? Please forget my first question. Opensuse automatically calls quotacheck if fsck reported something. Christoph