Re: [zfs-discuss] Poor read/write performance when using ZFS iSCSI target

2008-11-10 Thread Maurice Volaski
I was wondering if you ever figured this out or if you've reported it. I'm testing a configuration using snv_99 and am seeing similar behavior. >I want to take advantage of the iSCSI target support in the latest >release (svn_91) of OpenSolaris, and I'm running into some >performance problems

Re: [zfs-discuss] Poor read/write performance when using ZFS iSCSI target

2008-08-18 Thread Roch - PAE
initiator_host:~ # dd if=/dev/zero bs=1k of=/dev/dsk/c5t0d0 count=100 So this is going at 3000 x 1K writes per second or 330usec per write. The iscsi target is probably doing a over the wire operation for each request. So it looks fine at first glance. -r Cody Campbell writes:

[zfs-discuss] Poor read/write performance when using ZFS iSCSI target

2008-07-03 Thread Cody Campbell
Greetings, I want to take advantage of the iSCSI target support in the latest release (svn_91) of OpenSolaris, and I'm running into some performance problems when reading/writing from/to my target. I'm including as much detail as I can so bear with me here... I've built an x86 OpenSolaris serv