What sata controllers are you using?
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
The onboard one is the controller that's in the nVidia 430 south bridge:
pci bus 0x cardnum 0x0e function 0x00: vendor 0x10de device 0x0266
nVidia Corporation MCP51 Serial ATA Controller
pci bus 0x cardnum 0x0f function 0x00: vendor 0x10de device 0x0267
nVidia Corporation MCP51 Serial AT
Marko Milisavljevic wrote:
Thank you, following your suggestion improves things - reading a ZFS
file from a RAID-0 pair now gives me 95MB/sec - about the same as from
/dev/dsk. What I find surprising is that reading from RAID-1 2-drive
zpool gives me only 56MB/s - I imagined it would be roughly l
About sata controllers, anyone tried
http://www.promise.com/product/product_detail_eng.asp?segment=Non-RAID%20HBAs&product_id=139#?
It sells here for like 90euro so would be a cheap way for me to add
some
extra harddrives for a personal zfs server.
On 5/20/07, Diego Righi <[EMAIL PROTECTED]> wrot
What kind of performance are you getting with ZFS from Sil3114 card?
Can you try bonnie or dd if=file of=/dev/null... on it?
On 5/20/07, Diego Righi <[EMAIL PROTECTED]> wrote:
The other one is a no-brand 4 port sil3114 pci sata 1.0 controller that I
bought at a local computer fair last septemb
It is definitely defined in b63... not sure when it got introduced.
http://src.opensolaris.org/source/xref/onnv/aside/usr/src/cmd/mdb/common/modules/zfs/zfs.c
shows tunable parameters for ZFS, under "zfs_params(...)"
On 5/20/07, Trygve Laugstøl <[EMAIL PROTECTED]> wrote:
Marko Milisavljevic wr