Bug#358001: partman: please create ext3 file systems with online resize support

2006-09-25 Thread Steinar H. Gunderson
On Thu, Aug 17, 2006 at 10:12:09AM +0200, Petter Reinholdtsen wrote: An alternative to providing ext2prepare is to remove tune2fs. If /sbin/tune2fs isn't available, partman-ext3 will use the code path calling mkfs.ext3, and thus generate file systems with the resize_inode option enabled. The

Bug#358001: partman: please create ext3 file systems with online resize support

2006-08-17 Thread Petter Reinholdtsen
tags 358001 - patch thanks An alternative to providing ext2prepare is to remove tune2fs. If /sbin/tune2fs isn't available, partman-ext3 will use the code path calling mkfs.ext3, and thus generate file systems with the resize_inode option enabled. I'm testing this approach now in debian-ed,

Bug#358001: partman: please create ext3 file systems with online resize support

2006-08-10 Thread Petter Reinholdtsen
[Goswin von Brederlow] 100GiB is either way to high (for my 200MB / partition) or way too low (for my 1TiB data partition). I think the value should be less than 16TiB (maximum size) and no more than 10 times the filesystem size. Yeah. I read from the mke2fs manual page that -O resize_inode

Bug#358001: partman: please create ext3 file systems with online resize support

2006-08-10 Thread Goswin von Brederlow
Steinar H. Gunderson [EMAIL PROTECTED] writes: On Mon, Aug 07, 2006 at 05:03:39PM +0200, Petter Reinholdtsen wrote: I've tested this patch, and it proved to be incomplete. ext2prepare need an argument extra, with the new maximum size for the partition. Not sure how to properly calculate that

Bug#358001: partman: please create ext3 file systems with online resize support

2006-08-10 Thread Goswin von Brederlow
Petter Reinholdtsen [EMAIL PROTECTED] writes: [Goswin von Brederlow] 100GiB is either way to high (for my 200MB / partition) or way too low (for my 1TiB data partition). I think the value should be less than 16TiB (maximum size) and no more than 10 times the filesystem size. Yeah. I read

Bug#358001: partman: please create ext3 file systems with online resize support

2006-08-09 Thread Steinar H. Gunderson
On Mon, Aug 07, 2006 at 05:03:39PM +0200, Petter Reinholdtsen wrote: I've tested this patch, and it proved to be incomplete. ext2prepare need an argument extra, with the new maximum size for the partition. Not sure how to properly calculate that value, so I just picked a fairly large number

Bug#358001: partman: please create ext3 file systems with online resize support

2006-08-07 Thread Petter Reinholdtsen
I've tested this patch, and it proved to be incomplete. ext2prepare need an argument extra, with the new maximum size for the partition. Not sure how to properly calculate that value, so I just picked a fairly large number 100 GiB as the value. With this patch, ext2prepare seem to run

Bug#358001: partman: please create ext3 file systems with online resize support

2006-08-02 Thread Petter Reinholdtsen
tags 358001 + patch thanks Here is a more correct patch. It will use ext2prepare if it is available, and only if parted + tune2fs is used to create the file system. It is not done if mkfs.ext3 is used, as the default option for mkfs.ext3 is to generate a file system with resize_inode included

Bug#358001: partman: please create ext3 file systems with online resize support

2006-07-30 Thread Petter Reinholdtsen
The ext2resize udeb is now available in unstable. It only contain /sbin/ext2prepare program. Is there enough time before the release to get some code like this added to partman-ext3: if [ -x /sbin/ext2prepare ] ; then /sbin/ext2prepare $device fi Or perhaps let it depend on

Bug#358001: partman: please create ext3 file systems with online resize support

2006-07-30 Thread Frans Pop
On Sunday 30 July 2006 11:01, Petter Reinholdtsen wrote: Is there enough time before the release to get some code like this added to partman-ext3: Sorry, but I'm not going to make a change like this in the last week before release. pgpDcNPt8WwHM.pgp Description: PGP signature

Bug#358001: partman: please create ext3 file systems with online resize support

2006-07-13 Thread Petter Reinholdtsen
This might appear to be a one line fix, but unfortunately it isn't. The current partman-ext3 source used libparted to create a ext2 fs with a progress bar, and then 'tune2fs -j' to convert it to ext3. There is no trusted way to add the resize_inode option to a ext3 filesystem after it is created.

Bug#358001: partman: please create ext3 file systems with online resize support

2006-07-13 Thread Joey Hess
Petter Reinholdtsen wrote: Would a patch to add a call to ext2prepare after the 'tune2fs -j' in partman-ext3/commit.d/format_ext3 be accepted? There is currently no udeb with ext2prepare, but that can be fixed. Yes, I see no reason not to accept this patch once the udeb is there. -- see shy

Bug#358001: partman: please create ext3 file systems with online resize support

2006-04-02 Thread Bastian Blank
On Sun, Apr 02, 2006 at 01:50:19AM +0200, Petter Reinholdtsen wrote: mke2fs now support the config file /etc/mke2fs.conf, and inserting the following will enable the online resize feature on created file systems: Please enable dir_index at the same time. Bastian

Bug#358001: partman: please create ext3 file systems with online resize support

2006-04-02 Thread Petter Reinholdtsen
[Bastian Blank] Please enable dir_index at the same time. Could be nice, but it can be added using tune2fs after the file system is created, while resize_inode can not be added after the file system is created, so I believe it should have higher priority than dir_index. I'm not saying that

Bug#358001: partman: please create ext3 file systems with online resize support

2006-04-01 Thread Petter Reinholdtsen
Version 1.38+1.39-WIP-2006.03.29-1 of e2fsprogs included support for online (mounted) resizing of ext3 file systems, so now the default tools support this feature. mke2fs now support the config file /etc/mke2fs.conf, and inserting the following will enable the online resize feature on created

Bug#358001: partman: please create ext3 file systems with online resize support

2006-03-20 Thread Petter Reinholdtsen
Package: partman-ext3 Version: 40 Severity: important As explained in bug #341703, the Linux kernel has supported online resizing of ext3 file systems since kernel version 2.6.10. This make it possible to increase the file systems without umounting them, a requirement when using Linux as a