[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090802002833.GB8680@mit.edu>
Date: Sat, 1 Aug 2009 20:28:33 -0400
From: Theodore Tso <tytso@....edu>
To: Valerie Aurora <vaurora@...hat.com>
Cc: linux-ext4@...r.kernel.org, Eric Sandeen <sandeen@...hat.com>
Subject: Re: Fix device too big bug in mainline?
On Thu, Jul 30, 2009 at 05:53:02PM -0400, Valerie Aurora wrote:
> Hi all,
>
> Currently, e2fsprogs will fail to create a file system if the
> underlying device is "too big" - even if we specify a number of blocks
> to use that is in range:
>
> https://bugzilla.redhat.com/show_bug.cgi?id=485236
>
> This is fixed in the current pu branch, but more as a side effect of
> an enormous 64-bit rewrite.
>
> Ted, any plans to pull this into mainline?
We have a special case as of v1.41.4 so that if someone creates a 16TB
partition, we'll treat it as having 16TB - 1 minus blocks.
Yes, I'm working on merging the 64-bit patches into mainline; and so
far we have about 25% or so of the patches merged into the master
branch. It's been somewhat slow going, since I've many other things
on my plate, and because I've wanted to do a lot of QA while doing the
merge. I've found more than a few bugs simply by doing code
inspection while merging the patches one at a time.
How much do we care about this specific bug as something that needs to
be fixed ASAP? We already have something for a 16TB logical volume,
since that is what is most likely to be created with lvcreate. But do
we consider it a common case where someone creates a 32TB logical
volume, but intends to create a 16TB (minus 1 block) filesystem, that
needs to be urgently fixed?
- Ted
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists