[LTP] [PATCH] mkfs: force block size to 1024 for ext3 and ext4
From: Jan Stancek <jstancek@redhat.com>
Date: 2021-05-12 13:59:09
On Wed, May 12, 2021 at 3:55 PM Petr Vorel [off-list ref] wrote:
Hi, [Cc Jan]quoted
Hi!quoted
quoted
quoted
/etc/mke2fs.conf will use 1024 block size for small filesystems, which are between 3M and 512M. However, on recent versions of Ubuntu, this configuration has changed and thet default blocksize is 4096 even for small filesystems.quoted
quoted
quoted
quoted
Force the blocksize to 1024 on ext3 and ext4 filesystems, which will lead to the expected results, as journals will take only 1M.quoted
quoted
quoted
IMHO it'd be better to keep the default, because that covers what end users actually use.quoted
quoted
One alternative to forcing the block size is accouting for the journal blocks, but, then, that needs to consider the block size. I think my approach is more simple. We could restrict it to the smaller 16M filesystem, though.quoted
quoted
What do you think?quoted
I guess that we should merge your fix in order to have the test working for the upcomming release. Then we can discuss if this should be fixed differently or not.Acked-by: Petr Vorel <pvorel@suse.cz>
Fine by me (I don't have a better idea atm.)
Kind regards, Petr