[ext2resize] Re: [Ext2-devel] current status of online resizing
Status: Inactive
Brought to you by:
adilger
From: Andreas D. <ad...@cl...> - 2005-08-25 18:14:44
|
On Aug 25, 2005 12:11 -0400, Theodore Ts'o wrote: > On Tue, Aug 23, 2005 at 07:02:15PM -0600, Andreas Dilger wrote: > > If you are using the latest e2fsprogs it should have proper support > > for online resizing (ext2online is part of e2fsprogs). > > In particular, although it's been a while and so I can't remember all > of the details, but IIRC, the tools which moves blocks around to make > room for the resize inode scared me a little, and would require a > bunch of rework before I would be comfortable with it. Integrating it > is in my todo list, but for now, at least Red Hat/Fedora deals with > this by including both the source packages in their SRPM, and building > pieces of both. Oh, I thought ext2online (which is mostly just an ioctl driver for the kernel resizing) was part of e2fsprogs. Was that only in the RH/FC e2fsprogs 1.36 release? Maybe you are thinking of ext2prepare? It would probably be as good or better to use the resize2fs itable moving and then the e2fsck code for recreating the resize inode. That would avoid the addition of a whole bunch of duplicate code to e2fsprogs. Cheers, Andreas -- Andreas Dilger Principal Software Engineer Cluster File Systems, Inc. |