linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* how to use mkfs.ext3 "stride=" on LVM on RAID correctly?
@ 2008-02-28  9:38 Tomasz Chmielewski
  2008-02-28 13:48 ` Jon Nelson
  0 siblings, 1 reply; 2+ messages in thread
From: Tomasz Chmielewski @ 2008-02-28  9:38 UTC (permalink / raw)
  To: Linux-Raid, LVM general discussion and development, LKML

Lately, I had a serious performance problem on a 1.2 TB ext3 filesystem 
placed on LVM, which was placed on Linux RAID-5.

Luckily, it was possible to alleviate much of this problem by removing 
internal bitmap from RAID-5 and by using anticipatory IO scheduler.


As suggested earlier by Theodore Tso in "very poor ext3 write 
performance on big filesystems" thread on linux-fsdevel list, I should 
have used "mke2fs -E stride option to make sure all of the bitmaps
don't get concentrated on one hard drive spindle".


Although the fine mkfs.ext3 manual gives some basic information on how 
to do it if you place the whole filesystem on a RAID array, it is not 
clear to me how it should be done correctly if I want to create a ext3 
filesystem on LVM on RAID-5.

Any helpful hints?


-- 
Tomasz Chmielewski
http://wpkg.org

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-02-28 13:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-28  9:38 how to use mkfs.ext3 "stride=" on LVM on RAID correctly? Tomasz Chmielewski
2008-02-28 13:48 ` Jon Nelson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).