Hello all. I have done a bit of googling, but have come up empty so far.
I recently installed freebsd 8.2-stable so I could try out the zfs v28 pools.
I have a 7 disk zraid configured and am getting terrible write performance.
A test write using rsync between my boot drive and the array came back with:
My drives are WD green drives(boot and array)
Any suggestions for tuning or maybe a common newbie mistake when I configured it?
Any pointers would be welcome.
I recently installed freebsd 8.2-stable so I could try out the zfs v28 pools.
I have a 7 disk zraid configured and am getting terrible write performance.
A test write using rsync between my boot drive and the array came back with:
Code:
/usr/bin/time -h dd if=/dev/zero of=sometestfile bs=1024 count=30000
30000+0 records in
30000+0 records out
30720000 bytes transferred in 7.447608 secs (4124814 bytes/sec)
9.20s real 0.00s user 0.38s sys
My drives are WD green drives(boot and array)
Code:
zpool status array
pool: array
state: ONLINE
scan: none requested
config:
NAME STATE READ WRITE CKSUM
array ONLINE 0 0 0
raidz1-0 ONLINE 0 0 0
ad4 ONLINE 0 0 0
ad6 ONLINE 0 0 0
ad10 ONLINE 0 0 0
ad12 ONLINE 0 0 0
ad14 ONLINE 0 0 0
ad16 ONLINE 0 0 0
ad20 ONLINE 0 0 0
errors: No known data errors
Any pointers would be welcome.