From: =?ISO-8859-15?Q?Luk=E1=A8_Czerner?= Subject: Re: [REGRESSION] allocated N with only M reserved metadata blocks Date: Tue, 12 Mar 2013 10:48:27 +0100 (CET) Message-ID: References: <20130311185423.GA15478@thunk.org> <20130311210201.GA940@wallace> <20130311212239.GD15478@thunk.org> Mime-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="571107329-122334140-1363081710=:7128" Cc: "Theodore Ts'o" , Eric Whitney , linux-ext4@vger.kernel.org To: =?ISO-8859-15?Q?Luk=E1=A8_Czerner?= Return-path: Received: from mx1.redhat.com ([209.132.183.28]:22946 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755055Ab3CLJsd (ORCPT ); Tue, 12 Mar 2013 05:48:33 -0400 In-Reply-To: Sender: linux-ext4-owner@vger.kernel.org List-ID: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --571107329-122334140-1363081710=:7128 Content-Type: TEXT/PLAIN; charset=ISO-8859-15 Content-Transfer-Encoding: 8BIT On Tue, 12 Mar 2013, Luk?? Czerner wrote: > Date: Tue, 12 Mar 2013 08:58:53 +0100 (CET) > From: Luk?? Czerner > To: Theodore Ts'o > Cc: Eric Whitney , linux-ext4@vger.kernel.org > Subject: Re: [REGRESSION] allocated N with only M reserved metadata blocks > > On Mon, 11 Mar 2013, Theodore Ts'o wrote: > > > Date: Mon, 11 Mar 2013 17:22:39 -0400 > > From: Theodore Ts'o > > To: Eric Whitney > > Cc: linux-ext4@vger.kernel.org > > Subject: Re: [REGRESSION] allocated N with only M reserved metadata blocks > > > > On Mon, Mar 11, 2013 at 05:02:01PM -0400, Eric Whitney wrote: > > > > > > FWIW, this might not be a regression. I believe I've got this warning in my > > > testing logs from both 3.8 and 3.8-rc7 (commit 01a523eb51 in 3.9-rc1 affects > > > message format and line numbering) on both x86 and ARM. I didn't run xfstest > > > 127 prior to 3.8-rc7, so I don't know how far back the warning may have > > > occurred for that particular test. > > > > > > The 3.8-rc7 results are a little different with respect to number of warnings > > > and test cases, so I'm thinking this one isn't completely deterministic, > > > testing-wise. Multiple test runs may be required to see it. > > > > Thanks for the extra data; this saved be a whole bunch of time, since > > I probably would have started doing a series git bisects tonight. :-) > > > > - Ted > > I found that the problem is present even in 3.7.0, however it is not > present in 3.6.0. I guess we need to bisect now :) > > -Lukas Apparently the problem is caused by the commit: 67a5da564f97f31c4054d358e00b34d7ee570da5 ext4: make the zero-out chunk size tunable Reverting that commit on 3.7 makes the warning disappear. I'll try to see what's going on there, however from the nature of the change it seems to me that the problem might have always been there but the change just makes it easier/possible to hit. We'll see... -Lukas --571107329-122334140-1363081710=:7128--