[ext2resize] Re: [Ext2-devel] current status of online resizing
Status: Inactive
Brought to you by:
adilger
From: Theodore Ts'o <ty...@mi...> - 2005-08-25 16:11:34
|
On Tue, Aug 23, 2005 at 07:02:15PM -0600, Andreas Dilger wrote: > > I first tried the ext2online userspace tool, but got no success with it. > > It returned me the error message bellow: > > > > ext2online: ext2_open: fs has unsupported feature(s) enabled:ext2online: > > can't open /home/glauber/teste > > If you are using the latest e2fsprogs it should have proper support > for online resizing (ext2online is part of e2fsprogs). Actually, it isn't. I've integrated the e2fsck and mke2fs and libext2fs changes, and fixed the resize2fs so it won't corrupt filesystems with the online resizing bit set, but I haven't integrated the rest of the on-line resizing tools yet. 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. - Ted |