From owner-freebsd-stable@FreeBSD.ORG Fri Mar 7 17:02:29 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA3AC1065676 for ; Fri, 7 Mar 2008 17:02:29 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.freebsd.org (Postfix) with ESMTP id 9D4E68FC18 for ; Fri, 7 Mar 2008 17:02:29 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from [192.168.5.128] (jn@stealth.jnielsen.net [74.218.226.254]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id m27H2RZn047961; Fri, 7 Mar 2008 12:02:29 -0500 (EST) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-stable@freebsd.org Date: Fri, 7 Mar 2008 12:02:26 -0500 User-Agent: KMail/1.9.7 References: <200803061914.28851.john@jnielsen.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803071202.27215.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on ns1.jnielsen.net X-Virus-Status: Clean Cc: Ivan Voras Subject: Re: ggated vs iscsi X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Mar 2008 17:02:29 -0000 On Friday 07 March 2008 10:08:59 am Ivan Voras wrote: > John Nielsen wrote: > > On Thursday 06 March 2008 04:53:55 pm Pete French wrote: > >> I want to take a disc partition on one box and make it available to > >> another box to be mounted. Under 7.0 it looks like I have a choice > >> of using either ggated to do this, or the new iscsis initiator. Does > >> anyone have any opinions on what is most reliable ? Instyinct says > >> iscsi as I have used that in the past, but I havent used the new > >> initiator yet. Any advice ? > > > > Keep in mind that with ggate you'll need ggated on the exporting > > machine and ggatec on the other. Likewise with iSCSI you'll need the > > a _target_ (such as the one in net/iscsi-target) and an initiator, > > which you get in the base system starting with FreeBSD 7. > > According to at least two reports, iSCSI initiator in 7.0-RELEASE is > buggy and has problems that manifest in very low performance. There are > patches for it which should be committed soon. > > See this thread: > http://lists.freebsd.org/pipermail/freebsd-scsi/2008-February/003383.ht >ml I remember the thread (and the patch). Is there a PR for this or did you or someone else just pick it up directly? JN