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:
parent
59a4faa97e
commit
1578ac282d
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue