Hi, I'm a BSD Newbie.
I've recently set up my first ZFS array in the lab.
5x1.5TB RAIDZ2 with 4x160GB 15000RPM SAS Cache. Writes breathe at up to 250 MB/s. The problem that I'm having is that all of my machines cap at 20-30 MB/s upload to the server. I've tried an Intel and a Realtek NIC with similar results. The pool caps at ~80MB/s average write if multiple clients are uploading.
Any tricks or suggestions?
rc.conf:
I've recently set up my first ZFS array in the lab.
5x1.5TB RAIDZ2 with 4x160GB 15000RPM SAS Cache. Writes breathe at up to 250 MB/s. The problem that I'm having is that all of my machines cap at 20-30 MB/s upload to the server. I've tried an Intel and a Realtek NIC with similar results. The pool caps at ~80MB/s average write if multiple clients are uploading.
Any tricks or suggestions?
Code:
# zpool status
pool: storage
state: ONLINE
scan: none requested
config:
NAME STATE READ WRITE CKSUM
storage ONLINE 0 0 0
raidz2-0 ONLINE 0 0 0
ada1 ONLINE 0 0 0
ada2 ONLINE 0 0 0
ada3 ONLINE 0 0 0
ada4 ONLINE 0 0 0
ada5 ONLINE 0 0 0
cache
da0 ONLINE 0 0 0
da1 ONLINE 0 0 0
da2 ONLINE 0 0 0
da3 ONLINE 0 0 0
errors: No known data errors
rc.conf:
Code:
ifconfig_em0="DHCP"
ifconfig_fxp0="DHCP"
sshd_enable="YES"
ntpd_enable="YES"
powerd_enable="YES"
dumpdev="AUTO"
zfs_enable="YES"
rpcbind_enable="YES"
nfs_server_enable="YES"
nfs_server_flags="-u -t"
mountd_flags="-rn"
mountd_enable="YES"