* [linux-lvm] online resize of ext2
@ 2001-02-21 17:04 Jean-Eric Cuendet
2001-02-21 17:25 ` Andreas Dilger
0 siblings, 1 reply; 7+ messages in thread
From: Jean-Eric Cuendet @ 2001-02-21 17:04 UTC (permalink / raw)
To: linux-lvm
Hi,
What's the status of that thing?
Is it stable for production use?
Will it go into the mainstream kernel anytime soon?
Thanks
-jec
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Jean-Eric Cuendet
Linkvest SA
Av des Baumettes 19, 1020 Renens Switzerland
Tel +41 21 632 9043 Fax +41 21 632 9090
http://www.linkvest.com E-mail: jean-eric.cuendet@linkvest.com
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [linux-lvm] online resize of ext2
2001-02-21 17:04 [linux-lvm] online resize of ext2 Jean-Eric Cuendet
@ 2001-02-21 17:25 ` Andreas Dilger
2001-02-21 19:15 ` Steven Lembark
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Andreas Dilger @ 2001-02-21 17:25 UTC (permalink / raw)
To: linux-lvm
Jean-Eric Cuendet writes:
> What's the status of that thing? Is it stable for production use?
I have been using it for quite some time without any problems, and there
have been no bug reports for a long time either. The only recent change
was to update the kernel patch for 2.4.0, because some changes in the
quota code were causing it to oops.
Because the code is only used at resize time it does not affect normal
operations, so it is OK to put into a production kernel, IMHO (although
being the author makes me a bit biased ;-). Any other ext2online users
out there?
> Will it go into the mainstream kernel anytime soon?
I haven't tried submitting it for 2.4.0 yet. 1.5 years ago when "the 2.4
kernel is going to be released very soon now", Linus, Alan, et. al. said
it would be added in 2.4 or 2.5. Maybe it is time for me to try adding
the code to the 2.4 kernel again.
Cheers, Andreas
--
Andreas Dilger \ "If a man ate a pound of pasta and a pound of antipasto,
\ would they cancel out, leaving him still hungry?"
http://www-mddsp.enel.ucalgary.ca/People/adilger/ -- Dogbert
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [linux-lvm] online resize of ext2
2001-02-21 17:25 ` Andreas Dilger
@ 2001-02-21 19:15 ` Steven Lembark
2001-02-22 12:55 ` Benoit SERRA
2001-03-01 21:23 ` Jan Niehusmann
2 siblings, 0 replies; 7+ messages in thread
From: Steven Lembark @ 2001-02-21 19:15 UTC (permalink / raw)
To: linux-lvm
> > Will it go into the mainstream kernel anytime soon?
>
> I haven't tried submitting it for 2.4.0 yet. 1.5 years ago when "the 2.4
> kernel is going to be released very soon now", Linus, Alan, et. al. said
> it would be added in 2.4 or 2.5. Maybe it is time for me to try adding
> the code to the 2.4 kernel again.
2.4.1 is more-or-less stable enough to start with; you might
take a shot at getting the patches into 2.4.2.
--
Steven Lembark 2930 W. Palmer St.
Chicago, IL 60647
lembark@wrkhors.com 800-762-1582
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [linux-lvm] online resize of ext2
2001-02-21 17:25 ` Andreas Dilger
2001-02-21 19:15 ` Steven Lembark
@ 2001-02-22 12:55 ` Benoit SERRA
2001-02-22 13:23 ` James
2001-03-01 21:23 ` Jan Niehusmann
2 siblings, 1 reply; 7+ messages in thread
From: Benoit SERRA @ 2001-02-22 12:55 UTC (permalink / raw)
To: linux-lvm
Andreas Dilger wrote:
> Because the code is only used at resize time it does not affect normal
> operations, so it is OK to put into a production kernel, IMHO (although
> being the author makes me a bit biased ;-). Any other ext2online users
> out there?
I use it on a test system, and I made a big amount of resize without any
loss of data.
Really good.
Since I didn't have any production system runnig with Linux, I can't say
if it is stable enough sorry.
Just after the release of 2.4.0 kernel, I patched it with the patch for
2.3.99 kernels and everything worked perfectly.
I only get a few rejects on Config.in, but I inserted it by hand.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [linux-lvm] online resize of ext2
2001-02-22 12:55 ` Benoit SERRA
@ 2001-02-22 13:23 ` James
2001-02-22 17:16 ` Andreas Dilger
0 siblings, 1 reply; 7+ messages in thread
From: James @ 2001-02-22 13:23 UTC (permalink / raw)
To: linux-lvm
Hello
What are the version necessary for this?
kernel = ??
package version = ??
command used = ??
Thanks
James Tapping clara.net
On Thu, 22 Feb 2001, Benoit SERRA wrote:
>
>
> Andreas Dilger wrote:
>
> > Because the code is only used at resize time it does not affect normal
> > operations, so it is OK to put into a production kernel, IMHO (although
> > being the author makes me a bit biased ;-). Any other ext2online users
> > out there?
>
> I use it on a test system, and I made a big amount of resize without any
> loss of data.
> Really good.
> Since I didn't have any production system runnig with Linux, I can't say
> if it is stable enough sorry.
>
> Just after the release of 2.4.0 kernel, I patched it with the patch for
> 2.3.99 kernels and everything worked perfectly.
>
> I only get a few rejects on Config.in, but I inserted it by hand.
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@sistina.com
> http://lists.sistina.com/mailman/listinfo/linux-lvm
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [linux-lvm] online resize of ext2
2001-02-22 13:23 ` James
@ 2001-02-22 17:16 ` Andreas Dilger
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Dilger @ 2001-02-22 17:16 UTC (permalink / raw)
To: linux-lvm
James Tapping writes [re online resizing]:
> What are the version necessary for this?
>
> kernel = ??
> package version = ??
>
> command used = ??
Go to
http://sourceforge.net/projects/ext2resize/
and download ext2resize-1.1.16. It has the appropriate kernel patch
for 2.2.18 and 2.4.0, along with the user tools. Once you have patched,
recompiled, and installed your kernel, you can resize mounted filesystems
either via lvextend + ext2online, or preferrably e2fsadm (from beta5).
Note that there are some limits to online resizing, so read the ext2online
and ext2prepare man pages.
Cheers, Andreas
--
Andreas Dilger \ "If a man ate a pound of pasta and a pound of antipasto,
\ would they cancel out, leaving him still hungry?"
http://www-mddsp.enel.ucalgary.ca/People/adilger/ -- Dogbert
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [linux-lvm] online resize of ext2
2001-02-21 17:25 ` Andreas Dilger
2001-02-21 19:15 ` Steven Lembark
2001-02-22 12:55 ` Benoit SERRA
@ 2001-03-01 21:23 ` Jan Niehusmann
2 siblings, 0 replies; 7+ messages in thread
From: Jan Niehusmann @ 2001-03-01 21:23 UTC (permalink / raw)
To: linux-lvm
On Wed, Feb 21, 2001 at 10:25:24AM -0700, Andreas Dilger wrote:
> Any other ext2online users out there?
Yes, I've been using it for some time without problems. (I had some
problems in 2.3.x, but they were probably caused by an unrelated bug
that got triggered by the online-resize)
I actually did things like resizing a fs while copying to it or compiling
things on it, because I realised that the partition was to small to
complete the job without resizing.
Jan
--
OpenPGP-signierte bzw. -verschl�sselte Mail erw�nscht
EMail-Key: 1024D/F12DA065 (=> Keyserver oder auf Anfrage)
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2001-03-01 21:23 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-02-21 17:04 [linux-lvm] online resize of ext2 Jean-Eric Cuendet
2001-02-21 17:25 ` Andreas Dilger
2001-02-21 19:15 ` Steven Lembark
2001-02-22 12:55 ` Benoit SERRA
2001-02-22 13:23 ` James
2001-02-22 17:16 ` Andreas Dilger
2001-03-01 21:23 ` Jan Niehusmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).