[linux-lvm] Problems with e2fsadm

Heinz Mauelshagen mauelsha at ez-darmstadt.telekom.de
Tue Oct 12 22:47:22 UTC 1999


Hello Torsten,

e2fsadm simply is buggy in 0.7 when dealing with ext2 4k block sizes.
This will be fixed in 0.8.

Workaround grow  : e2fsck, lvextend, resize2fs
Workaround shrink: e2fsck, resize2fs, lvreduce

Regards,
Heinz

> 
> I'm having some problems with e2fsadm when using 4096 as blocksize for my
> ext2 filesystem. e.g
> 	lvcreate -L 100 -n /dev/vg00/lvoltest vg00
> 	mke2fs -b 4096 /dev/vg00/lvoltest
> 	e2fsadm -L 200 /dev/vg00/lvoltest
> gives something like
> 	...
> 	lvextend -- logical volume "/dev/vg00/lvoltest" successfully extended
> 
> 	ext2_resize_fs: your container (i.e. the file or partition the
> 					filesystem) is in is not big enough for a filesystem of
> 					204800 blocks (it's only 51200 blocks)
> 
> If using resize2fs instead of ext2resize I got the similiar message
> 
> 	The containing partition (or device) is only 51200 blocks.
> 	You requested a new size of 204800 blocks.
> 
> Extending ext2 Filesystems on non logical volumes (/dev/sd...) works fine
> even if using 4096 as blocksize.
> Looking at the ext2resize code it seems to me that ext2resize is doing the
> right thing, therefor my guess is that there is some bug in the lvm code.
> Looking at LVM I find in tools/lib/liblvm.h
> 	#define BLOCK_SIZE 1024
> but I don't understand if this has something to do with the above problem.
> BLOCK_SIZE seems to be used in vg_setup_for_extend to check if there is room
> for extending. But I don't see what it has to do with the wrong result of
> the llseek call in ext2resize.
> 
> Maybe here is someone smarter then me and could tell me what's going wrong.
> Would be nice if resizing works for all blocksizes.
> 
> Regards,
> 	Torsten
> 


--

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Systemmanagement CS-TS                           T-Nova
                                                 Entwicklungszentrum Darmstadt
Heinz Mauelshagen                                Otto-Roehm-Strasse 71c
Senior Systems Engineer                          Postfach 10 05 41
                                                 64205 Darmstadt
mge at ez-darmstadt.telekom.de                      Germany
                                                 +49 6151 886-425
                                                          FAX-386
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-



More information about the linux-lvm mailing list