From owner-freebsd-scsi@FreeBSD.ORG Sat Dec 12 11:11:40 2009 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38F4A106566C; Sat, 12 Dec 2009 11:11:40 +0000 (UTC) (envelope-from aoyama@peach.ne.jp) Received: from moon.peach.ne.jp (unknown [IPv6:2001:380:e06:127::53]) by mx1.freebsd.org (Postfix) with ESMTP id CB6808FC0A; Sat, 12 Dec 2009 11:11:39 +0000 (UTC) Received: from moon.peach.ne.jp (localhost [127.0.0.1]) by moon.peach.ne.jp (Postfix) with ESMTP id A4C3178C4B; Sat, 12 Dec 2009 20:11:38 +0900 (JST) Received: from artemis (unknown [192.168.2.20]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by moon.peach.ne.jp (Postfix) with ESMTP id 6E67878C3B; Sat, 12 Dec 2009 20:11:37 +0900 (JST) Message-ID: From: "Daisuke Aoyama" To: Date: Sat, 12 Dec 2009 20:11:33 +0900 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-2022-jp"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5843 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-current@freebsd.org, freebsd-stable@freebsd.org Subject: istgt-20091211 was committed to ports (net/istgt) X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Dec 2009 11:11:40 -0000 Hi, all I released latest version of 0.2 branch. It's now in the ports tree. You can get with portsnap or other method. I also provide FreeNAS 0.7x updater. for more detail: (Japanese)http://shell.peach.ne.jp/aoyama/archives/641 (English)http://sourceforge.net/apps/phpbb/freenas/viewtopic.php?f=53&t=4854&start=10#p23770 If you use QueueDepth for ESX, recommend depth is more than 32. (below 20 except 0 is unsupported at this time) If your network card looks very slow, then try following setting: MaxBurstLength 65536 MaxRecvDataSegmentLength 4096 Major changes from 20090428(included in 8.0 release): added tested/supported initiators WS2008 R2, ESXi 4.0, XenServer 5.5, Ubuntu 9.10, VirtualBOX 3.0.12, iSCSI Remote Boot 2.3.81, FreeBSD 7.2 + iscsi 2.2.3. changed error messages for errno=54/60 to reset or timeout. fixed StatSN/CmdSN error. fixed crash bug(signal 11) after error has occurred.(include errno=54/60) changed iSCSI diskless boot warnings. fixed sense data bugs in DVD/tape type. added REQUEST_SENSE(SCSIOP=0x03) in disk type. added to support changer device(/dev/chX) in pass-through. fixed CAM timeout/error handling issues in pass-through. I hope this helps you. -- Daisuke Aoyama