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.
Bug-Ubuntu: https://bugs.launchpad.net/bugs/1817097

Gbp-Pq: Name default-to-4k.patch
This commit is contained in:
Dimitri John Ledkov 2022-05-13 20:17:00 +08:00 committed by openKylinBot
parent 59a4faa97e
commit 1578ac282d
1 changed files with 0 additions and 2 deletions

View File

@ -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
}