Comment 15 for bug 1853610

Revision history for this message
Thadeu Lima de Souza Cascardo (cascardo) wrote :

A patch we carry on e2fsprogs changes the default blocksize for small filesystems. That is what breaks the test. We should probably add the block size when creating these filesystems under LTP.

Description: Use 4k blocksize in all ext4 mke2fs.conf such that lvm migration
  between non-4k PVs and 4k PVs works irrespective of the volume size.
Author: Dimitri John Ledkov <email address hidden>
Bug-Ubuntu: https://bugs.launchpad.net/bugs/1817097

--- e2fsprogs-1.45.1.orig/misc/mke2fs.conf.in
+++ e2fsprogs-1.45.1/misc/mke2fs.conf.in
@@ -15,12 +15,10 @@
                inode_size = 256
        }
        small = {
- blocksize = 1024
                inode_size = 128
                inode_ratio = 4096
        }
        floppy = {
- blocksize = 1024
                inode_size = 128
                inode_ratio = 8192
        }