From owner-freebsd-current@FreeBSD.ORG Thu Jul 8 15:17:41 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88271106566B for ; Thu, 8 Jul 2010 15:17:41 +0000 (UTC) (envelope-from freebsd-current@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 3F9A48FC12 for ; Thu, 8 Jul 2010 15:17:41 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OWsr5-00014f-Ba for freebsd-current@freebsd.org; Thu, 08 Jul 2010 17:17:39 +0200 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Jul 2010 17:17:39 +0200 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Jul 2010 17:17:39 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org From: Ivan Voras Date: Thu, 08 Jul 2010 17:17:42 +0200 Lines: 21 Message-ID: References: <4C31C71C.2010606@FreeBSD.org> <4C34A593.7060101@dataix.net> <4C34C567.2030408@FreeBSD.org> <86ocejjfoj.fsf@srvbsdfenssv.interne.associated-bears.org> <4C3509A2.3050700@continum.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100518 Thunderbird/3.0.4 In-Reply-To: <4C3509A2.3050700@continum.net> X-Enigmail-Version: 1.0.1 Subject: Re: [CFT] ZFS v15 patch (version 3) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jul 2010 15:17:41 -0000 On 07/08/10 01:11, V. T. Mueller, Continum wrote: > Eric Masson schrieb: >> Martin Matuska writes: >>> We decided not to go with v16 - the feature difference for FreeBSD >>> between v15 and v16 is zero. >>> (v16 = Common Multiprotocol SCSI Target (COMSTAR) for ISCSI export of >>> ZVOLS - we don't do ISCSI export (yet))// >> Is there any hope to see COMSTAR in FreeBSD anytime soon ? I'm not a Solaris guy but from http://hub.opensolaris.org/bin/view/Project+comstar/ it looks like COMSTAR does something similar to what FreeBSD's GEOM does now. GEOM is an unified interface that enables all storage devices to be treated exactly the same, whether they are raw drives, hardware or software RAID arrays, iSCSI drives, disk images on existing file systems, HAST replicated storage, ZFS zvols, etc. - they are all equal under GEOM and can be mixed freely. > and Infiniband!? I know some developer(s) are working on Infiniband.