I have created an iSCSI target using ZFS on host k01:

        k01# zfs create -V 100g kpool_k01/k01tgt-i21-solotest
        k01# zfs set shareiscsi=on kpool_k01/k01tgt-i21-solotest

And attached it statically to an initiator node i21:

i21# iscsiadm add static-config iqn.1986-03.com.sun: 02:d43c6110-67c8-46d5-92d1-ce39c592cd8c,192.168.168.161 i21# zpool create poolsolotest c5t600144F04AF06B990000238B1722B500d0

And now when I try to create a file in the pool, it is pitifully slow:

        i21# time mkfile 100m /poolsolotest/100m.file
        real       29.7
        user        0.0
        sys         0.1

Any thoughts about why this is or what I can do to improve performance?

Thanks,
--Dave

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to