Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
hardware RAID-5 - too slow transfer!!!!
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
wbodzek
n00b
n00b


Joined: 09 Nov 2004
Posts: 3

PostPosted: Wed Feb 23, 2005 12:41 pm    Post subject: hardware RAID-5 - too slow transfer!!!! Reply with quote

Motherboard: Tyan Thunder K8S Pro
CPU: 2 x Opteron 1.6GHz
Hardware Raid controller (lspci shows):
0000:01:01.0 RAID bus controller: 3ware Inc 3ware Inc 3ware 9xxx-series SATA-RAID
connected:
3 hard disk of 186GB in RAID-5

I installed Gentoo/AMD64 on it. I have /dev/sda as this RAID controller, here comes LVM2
and I have about 15 volumes on it.
The thing i'm confused is that:

server / # hdparm -T /dev/sda
/dev/sda:
Timing cached reads: 3512 MB in 2.00 seconds = 1754.51 MB/sec

server / # hdparm -t /dev/sda
/dev/sda:
Timing buffered disk reads: 74 MB in 3.06 seconds = 24.20 MB/sec

Cached Timing is very fast, but normal is too slow for me.
Anyone knows how to speed up this transfer?
Back to top
View user's profile Send private message
PrakashP
Veteran
Veteran


Joined: 27 Oct 2003
Posts: 1249
Location: C.C.A.A., Germania

PostPosted: Wed Feb 23, 2005 2:39 pm    Post subject: Reply with quote

Is a partition with fs on the device? Sometimes hdparm shows low values if the device is blank.
Back to top
View user's profile Send private message
Primozic
Apprentice
Apprentice


Joined: 11 Jun 2004
Posts: 186
Location: Dover, NH, USA

PostPosted: Wed Feb 23, 2005 4:21 pm    Post subject: Reply with quote

Have you tried this?
Back to top
View user's profile Send private message
wbodzek
n00b
n00b


Joined: 09 Nov 2004
Posts: 3

PostPosted: Wed Feb 23, 2005 4:52 pm    Post subject: Reply with quote

Yes, now whole Gentoo is installed on it, with about 15 volumes in LVM2 so it isn't blank.

Next thing. After executing
blackdev --setra 16384 /dev/sda
transfer grew to about 50MB/s, but it still isn't that I want.

One thing more... I compiled support for my RAID controller to kernel not as module...
I don't know if it is important...
Back to top
View user's profile Send private message
Chaosite
Guru
Guru


Joined: 13 Dec 2003
Posts: 540
Location: Right over here.

PostPosted: Wed Feb 23, 2005 6:36 pm    Post subject: Reply with quote

Code:
Aurora ~ # hdparm -tT /dev/sda

/dev/sda:
 Timing cached reads:   3632 MB in  2.00 seconds = 1814.47 MB/sec
 Timing buffered disk reads:  168 MB in  3.04 seconds =  55.34 MB/sec
Aurora ~ # blockdev --setra 16384 /dev/sda
Aurora ~ # hdparm -tT /dev/sda

/dev/sda:
 Timing cached reads:   3688 MB in  2.00 seconds = 1842.44 MB/sec
 Timing buffered disk reads:  168 MB in  3.02 seconds =  55.71 MB/sec


Umm... Nope. No huge improvement.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum