<font size="2">Hi list,<br>
<br>
<br>
I am having some strange performance issues with ext3 and I am hoping to<br>
get some advice/hints on how to make this better.  First some background<br>
on the setup.<br>
<br>
We have a RAID 5 array 10+1+1 with one LUN.  That is 10 SATA drives one<br>
parity drive and one dedicated spare.  The LUN is about 6.5TB.<br>
<br>
Using a 2Gbit/sec fiber channel card I can do some dd writes to the raw<br>
device and get speeds close to 200Mbytes/sec which is more or less the<br>
max the card can do.<br>
<br>
Next I create an xfs file system on the LUN and do a dd to xfs and get<br>
speeds close to 150Mbytes/sec.<br>
<br>
I want to use ext3 not xfs so next I put ext3 on the lun.  Now when I do<br>
the dd to the ext3 lun I get 25-50Mbytes/sec depending on whether I have<br>
the Raid controller cache turned on or off. Getting 50MBytes/sec with<br>
the raid controller cache turned off.<br>
<br>
I know that ext3 should perform better so I must be doing something<br>
wrong.  Here is my mkfs.ext3<br>
<br>
mkfs.ext3 -b4096 -Tlagefile4 /dev/dm-0<br>
<br>
Thanks in advanced for any help on this.<br>
<br>
Rene</font>