PowerEdge 2900 iSCSI Performance Problems w/ FreeBSD
Friday, June 19th, 2009Got a new storage server, it’s a PE2900 from Dell. Installed FreeBSD 7.2 on it, rebuilt the kernel with all the updates and included:
options iscsi_initiator
connected to the iSCSI target across the LAN, then I used:
dd if=/dev/zero of=/mnt/testiscsi/file.out bs=65536
to test the speeds after mounting it. I observed horrific speeds (in the range of 300-500KB/s).
To [...]