Running mkfs.ext4 on top of LVM on a raid 5 and is taking hours to complete. It's a 3TB 4 disks setup and im just doing mkfs.ext4 /dev/md0
my stride size and width seem ok, any idea to speed this up?
Thanks!
|
|
mkfs.ext4 -O uninit_bg=1 -E lazy_itable_init=1 will force the time consuming parts of the initialization into the background. lazy_itable_init[= <0 to disable, 1 to enable>]
uninit_bg
|
|||||
|
|
First obvious issues to clarify
|
|||
|
|