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 <x...@ubuntu.com>
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
        }

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1853610

Title:
  mkfs01_ext3_sh / mkfs01_ext4_sh / nm01_sh from commands test in
  ubuntu_ltp fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1853610/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to